Skip to content

Commit

Permalink
comment out HTML/SVG output
Browse files Browse the repository at this point in the history
  • Loading branch information
John Owens committed Nov 6, 2024
1 parent 2030526 commit 341c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion both_webgpu/both_node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ plot.setAttributeNS(
"http://www.w3.org/1999/xlink"
);

process.stdout.write(plot.outerHTML);
// process.stdout.write(plot.outerHTML);

0 comments on commit 341c4eb

Please sign in to comment.