From ea2b4d58f3f5111320103623b768081e76969f8d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Mar 2019 16:19:41 +0800 Subject: [PATCH] Git.vala --- Git.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Git.vala b/Git.vala index 32d0f7f8..b1e524a6 100644 --- a/Git.vala +++ b/Git.vala @@ -28,10 +28,10 @@ void main() var loop = new MainLoop(); var a = new GitLive.Repo("/home/alan/gitlive/gitlive"); - + GLib.debug("Starting"); a.loadRemoteHeads.begin(true, (obj,res) => { a.loadRemoteHeads.end(res); - print("got results"); + GLib.debug("got results"); a.loadLocalBranches(); loop.quit(); }); -- 2.39.2