From 1f19379de965b1169d7f7bce6697e085d850a98b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 11 May 2014 23:21:36 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index 8314678a..cde0db6d 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -39,14 +39,14 @@ public class GitMonitorQueue : MonitorNamePathDir { this.vdir = string.joinv("/", vpath); this.vname = this.vdir + (this.vdir.length > 0 ? "/" : "") + this.name; - +/* stdout.printf( "NEW GitMonitorQueue\nname: %s\npath: %s\ndir: %s\n" + "gitpath: %s\nvdir: %s\nvname: %s\n", this.name, this.path, this.dir, this.gitpath, this.vdir, this.vname ); - +*/ //f.repo = new imports.Scm.Git.Repo({ repopath: f.gitpath }) -- 2.39.2