GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sun, 11 May 2014 15:21:36 +0000 (23:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 11 May 2014 15:21:36 +0000 (23:21 +0800)
GitMonitor.vala

index 8314678..cde0db6 100644 (file)
@@ -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 })