mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Removed extraneous console.log
This commit is contained in:
parent
cfb3b42438
commit
77c2804684
@ -62,7 +62,6 @@ Update the relative date display, and trigger the timer for the next update
|
|||||||
RelativeDateViewer.prototype.update = function() {
|
RelativeDateViewer.prototype.update = function() {
|
||||||
this.relativeDate = $tw.utils.getRelativeDate((new Date()) - this.value);
|
this.relativeDate = $tw.utils.getRelativeDate((new Date()) - this.value);
|
||||||
if(this.relativeDate.delta > 0) {
|
if(this.relativeDate.delta > 0) {
|
||||||
console.log("updating",this.relativeDate.description);
|
|
||||||
while(this.viewMacro.child.domNode.hasChildNodes()) {
|
while(this.viewMacro.child.domNode.hasChildNodes()) {
|
||||||
this.viewMacro.child.domNode.removeChild(this.viewMacro.child.domNode.firstChild);
|
this.viewMacro.child.domNode.removeChild(this.viewMacro.child.domNode.firstChild);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user