1
0
Fork 0
comment out debug line with ironic missing semicolon
master
Giles Booth 2022-08-23 19:46:47 +01:00 committed by GitHub
parent 7ca3b9925e
commit 21d48fd1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ function draw() {
g.drawImage(seaImg, xyCenter-16, xyCenter+17);
}
print(tide1h,tide1m,tide1type,tide2h,tide2m,tide2type)
// print(tide1h,tide1m,tide1type,tide2h,tide2m,tide2type)
queueDraw();
}