Clones.js
authorAlan Knowles <alan@roojs.com>
Tue, 13 Sep 2011 03:27:27 +0000 (11:27 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Sep 2011 03:27:27 +0000 (11:27 +0800)
Clones.js

index 1ae9a3d..2d06357 100644 (file)
--- a/Clones.js
+++ b/Clones.js
@@ -380,7 +380,7 @@ Clones=new XObject({
                                             this.el.set_value(ret.iter, 6,  tr[i].repopath );  
                                             // highlight color.
                                             var cb = tr[i].currentBranch;
-                                            print(JSON.stringify(cb,null,4));
+                                            //print(JSON.stringify(cb,null,4));
                                             var col = cb.lastrev == cb.remoterev ? '#ffffff' : '#ff0000';
                                             this.el.set_value(ret.iter, 7, col  );