Skip to content

Commit

Permalink
fix debug typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Apr 23, 2024
1 parent 3011680 commit 278be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/analogquadclk/app.js
Expand Up @@ -67,7 +67,7 @@
// queue next draw in one minute
queueDraw();
// work out locale-friendly date/time
//date = new Date();
date = new Date();
//var timeStr = require("locale").time(date,1);
//var dateStr = require("locale").date(date);
// fill in area that we changed last time
Expand Down

0 comments on commit 278be08

Please sign in to comment.