Remove unwanted debug print statement
This commit is contained in:
parent
c25415ea02
commit
658ba5757f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue