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

index c9f632f..8314678 100644 (file)
@@ -210,8 +210,8 @@ public class GitMonitor : Monitor
             
             var last = -1 * this.lastAdd.difference(new DateTime.now(new TimeZone.local()));
  
-            stdout.printf("LAST RUN: %s (expect %s) \n" ,
-                     last.to_string(),   (5 * TimeSpan.SECOND).to_string() );
+            // stdout.printf("LAST RUN: %s (expect %s) \n" ,
+            //         last.to_string(),   (5 * TimeSpan.SECOND).to_string() );
  
             if (last < 5 * TimeSpan.SECOND) { // wait 5 seconds before running. ????
                 return true;