aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/js')
-rw-r--r--lib/js/urweb.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/js/urweb.js b/lib/js/urweb.js
index cb9a94af..2e350378 100644
--- a/lib/js/urweb.js
+++ b/lib/js/urweb.js
@@ -348,7 +348,6 @@ function strftime(fmt, thisTime)
};
function fromDatetime(year, month, date, hour, minute, second) {
- console.log(arguments);
return (new Date(year, month, date, hour, minute, second)).getTime() * 1000;
};