From 77c28046840ff91530b887008046bf4a94a5e378 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 28 Oct 2012 18:52:14 +0000 Subject: [PATCH] Removed extraneous console.log --- core/modules/macros/view/viewers/relativedate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/macros/view/viewers/relativedate.js b/core/modules/macros/view/viewers/relativedate.js index 27450ccad..f20c77ec6 100644 --- a/core/modules/macros/view/viewers/relativedate.js +++ b/core/modules/macros/view/viewers/relativedate.js @@ -62,7 +62,6 @@ Update the relative date display, and trigger the timer for the next update RelativeDateViewer.prototype.update = function() { this.relativeDate = $tw.utils.getRelativeDate((new Date()) - this.value); if(this.relativeDate.delta > 0) { -console.log("updating",this.relativeDate.description); while(this.viewMacro.child.domNode.hasChildNodes()) { this.viewMacro.child.domNode.removeChild(this.viewMacro.child.domNode.firstChild); }