From 292260d9733243fd0857c13a55465d1bfd81a638 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 23 May 2016 18:25:03 -0700 Subject: [PATCH] Remove timestamp logging // FREEBIE --- js/views/timestamp_view.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/views/timestamp_view.js b/js/views/timestamp_view.js index d0310a1e..6c82cf9b 100644 --- a/js/views/timestamp_view.js +++ b/js/views/timestamp_view.js @@ -29,11 +29,6 @@ if (this.delay) { if (this.delay < 0) { this.delay = 1000; } this.timeout = setTimeout(this.update.bind(this), this.delay); - console.log('ts', timestamp.valueOf(), result, - timestamp.format('YYYY-MM-DD HH:mm:ss.SSS'), - 'next update at', - moment().add(this.delay, 'ms').format('YYYY-MM-DD HH:mm:ss.SSS') - ); } }, clearTimeout: function() {