X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitMonitor.vala;h=7866310357719fe7236a34836f8363c16eeb4797;hp=864e04620de18bef0652134534174f35924531ab;hb=ec124418d1155a2a952f2ca6db1b01e5ab0e1009;hpb=90a8811292c4a2d78b55edf043d0c2cd844c0608 diff --git a/GitMonitor.vala b/GitMonitor.vala index 864e0462..78663103 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -716,12 +716,9 @@ public class GitMonitor : Monitor if (cmd_d.shouldIgnore()) { this.onDeleted(src); - - return; } - - + GLib.debug("RM: %s", cmd_s.vname); cmd_s.action = "rm"; this.queue.add(cmd_s);