From: Alan Knowles Date: Wed, 1 Aug 2018 09:15:10 +0000 (+0800) Subject: Monitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=310433db4070df4eeff32078bda9f3f1839ab862 Monitor.vala --- diff --git a/Monitor.vala b/Monitor.vala index 2d049ca5..fdbea213 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -139,7 +139,7 @@ public class Monitor : Object public void monitor(string path, int depth = 0) { - stdout.printf("ADD: (%d): %s\n", depth, path); + //GLib.debug("ADD: (%d): %s\n", depth, path); //depth = typeof(depth) == 'number' ? depth *1 : 0; depth = depth > 0 ? depth *1 : 0;