gitlive.js
authoralan <alan@alanfast.akbkhome.com>
Thu, 29 Apr 2010 02:34:04 +0000 (10:34 +0800)
committeralan <alan@alanfast.akbkhome.com>
Thu, 29 Apr 2010 02:34:04 +0000 (10:34 +0800)
gitlive.js

index 15646d1..574e4c4 100644 (file)
@@ -47,7 +47,7 @@ var monitor = new Monitor({
         this.lastAdd = new Date();
          
         GLib.timeout_add(GLib.PRIORITY_LOW, 500, function() {
-            print(["TIMEOUT", _this.queue.length , _this.queueRunning].join(', '));
+            //TIMEOUT", _this.queue.length , _this.queueRunning].join(', '));
             if (!_this.queue.length || _this.queueRunning) {
                 return 1;
             }