From efe6e0f03cc2fd68525fdc3748028cb0a57e1b1f Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 6 Aug 2025 18:21:58 +0200 Subject: Comment out console log --- ps/gfx/sine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ps/gfx/sine.js') diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js index 0fcf988..5fd1026 100644 --- a/ps/gfx/sine.js +++ b/ps/gfx/sine.js @@ -37,7 +37,7 @@ .attr('transform',function(){ var x1 = bbox.x + bbox.width / 2 var y1 = bbox.y + bbox.height / 2 - console.log(`rotate(90, ${x1}, ${y1}) translate(${margin.left}, ${margin.top})`) + //console.log(`rotate(90, ${x1}, ${y1}) translate(${margin.left}, ${margin.top})`) return `translate(${margin.left - x1}, ${margin.top -y1}) rotate(90, ${x1}, ${y1})` }) -- cgit v1.2.3