Remove unwanted debug print statement

This commit is contained in:
Michael Gratton 2019-07-22 01:25:34 +10:00 committed by Michael James Gratton
parent c25415ea02
commit 658ba5757f

View file

@ -178,7 +178,6 @@ public class Geary.RFC822.Part : Object {
charset = "US-ASCII";
}
if (conversion == UTF8 && !is_utf_8(charset)) {
print("\nconverting!\n");
GMime.FilterCharset? filter_charset = new GMime.FilterCharset(
charset, Geary.RFC822.UTF8_CHARSET
);