clean console log
authorrougeronj
Thu, 16 Apr 2015 11:09:46 +0200
changeset 152 f0e12afcfba1
parent 151 8468703ef93c
child 153 60bd2b36b9dc
clean console log
client/annotviz/app/js/doubleroll.js
--- a/client/annotviz/app/js/doubleroll.js	Thu Apr 16 11:09:13 2015 +0200
+++ b/client/annotviz/app/js/doubleroll.js	Thu Apr 16 11:09:46 2015 +0200
@@ -136,7 +136,6 @@
     });
 
     var currentTimeText = new PIXI.Text('-- : -- : --', { font: '40pt Arial', fill: '#646464' });
-    console.log(currentTimeText);
     currentTimeText.x = -currentTimeText.width - 60; 
     currentTimeText.y = sceneHeight - currentTimeText.height - 30;
     this.container.addChild(currentTimeText);