From 341c4ebee5c0b569f2fc55da2b9dc5fecba2f89b Mon Sep 17 00:00:00 2001 From: John Owens Date: Wed, 6 Nov 2024 08:58:17 -0800 Subject: [PATCH] comment out HTML/SVG output --- both_webgpu/both_node.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/both_webgpu/both_node.mjs b/both_webgpu/both_node.mjs index 43a5776..f5dc7b7 100644 --- a/both_webgpu/both_node.mjs +++ b/both_webgpu/both_node.mjs @@ -46,4 +46,4 @@ plot.setAttributeNS( "http://www.w3.org/1999/xlink" ); -process.stdout.write(plot.outerHTML); +// process.stdout.write(plot.outerHTML);