From 80cb1f33ab60ff79ad419a7205bf7be8c4efb1d4 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 29 Mar 2013 18:44:03 -0700 Subject: [PATCH] remove console.log --- src/torque.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/torque.js b/src/torque.js index f62e69f..cf6f929 100644 --- a/src/torque.js +++ b/src/torque.js @@ -241,7 +241,6 @@ Torque.modules.layer = function (torque) { }, scrub:function(scrub_current){ this._current = scrub_current; - console.log('current', new Date(this._current*1000)) var date = new Date(this._current * 1000); var date_arry = date.toString().substr(4).split(' '); torque.clock.set('' + date_arry[0] + ' ' + date_arry[2] + '');