From b09d27d117415d23f21cf3c079f8e7ff92f2ebca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:40:31 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2