Git.vala
[gitlive] / Git.vala
index 61d665b..f4ec391 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -98,7 +98,7 @@ namespace  GitLive {
 
                         
                        foreach(var br in this.branches) {
-                               GLib.debug("test:%s=%s", br.get_upstream().get_shorthand() , target);
+                       //      GLib.debug("test:%s=%s", br.get_upstream().get_shorthand() , target);
                                if ( br.get_upstream().get_shorthand() == target) {
                                        return br;
                                }