From: Alan Knowles Date: Fri, 29 Jun 2018 07:40:31 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=b09d27d117415d23f21cf3c079f8e7ff92f2ebca src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 340d852..53eb9c6 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -616,7 +616,7 @@ public class Strip : GLib.Object { var rs = mysql.use_result(); - GLib.debug("got %d rows", (int)rs.num_rows()); + //GLib.debug("got %d rows", (int) rs.num_rows()); var got_row = false; string[] row;