# HG changeset patch # User rougeronj # Date 1429175386 -7200 # Node ID f0e12afcfba1a2227cccd4e32953b6adfad2b066 # Parent 8468703ef93c1aad800637f28b247b1c0f54243d clean console log diff -r 8468703ef93c -r f0e12afcfba1 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);