From 2f82a5f172cbb5df86a037ac905d07da3fd3f1c0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 13 Mar 2019 15:16:28 +0800 Subject: [PATCH] Git.vala --- Git.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2