src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 07:19:15 +0000 (15:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 07:19:15 +0000 (15:19 +0800)
src/strip.vala

index de5ee12..67beec6 100644 (file)
@@ -664,7 +664,7 @@ public class Strip : GLib.Object {
                var mp = message.get_mime_part();
 
                if (!(mp is GMime.Multipart)) {
-                       GLib.debug("get mimepart does not return a Multipart?");
+                       //GLib.debug("get mimepart does not return a Multipart?");
                this.used_space_after += file_size;                                             
                        return;
                }