From 00702735bd45acd3990ffa3c0b2292e19c702edb Mon Sep 17 00:00:00 2001 From: Giles Booth Date: Mon, 22 Aug 2022 18:30:19 +0100 Subject: [PATCH] adding printing for debugging --- apps/suw/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/suw/app.js b/apps/suw/app.js index fade4e4ea..7a0a0d3d5 100644 --- a/apps/suw/app.js +++ b/apps/suw/app.js @@ -170,7 +170,7 @@ function draw() { } else { var textTime = hours + minutes; // use this for making time comparisons - print(textTime); +// print(textTime); var textNextTide = numToString(tide1h)+numToString(tide1m); print(textNextTide); if (Number(textTime) > Number(textNextTide)) { @@ -207,7 +207,7 @@ function draw() { g.drawImage(seaImg, xyCenter-16, xyCenter+17); } - + print(textTime,tide1h,tide1m,tide1type,tide2h,tide2m,tide2type) queueDraw(); }