From aee5fc61e34ba2d056e3e2ec4888481d940db3b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 11 May 2014 23:20:58 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index c9f632fd..8314678a 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -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; -- 2.39.2