From: Alan Knowles Date: Wed, 13 Mar 2019 07:16:28 +0000 (+0800) Subject: Git.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2f82a5f172cbb5df86a037ac905d07da3fd3f1c0 Git.vala --- diff --git a/Git.vala b/Git.vala index 61d665b5..f4ec391d 100644 --- 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; }