[geary/wip/update-shortcuts: 6/6] Remove unwanted debug print statement
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/update-shortcuts: 6/6] Remove unwanted debug print statement
- Date: Sun, 21 Jul 2019 15:27:08 +0000 (UTC)
commit 658ba5757f129e1a7606d2560d7400aed069ba79
Author: Michael Gratton <mike vee net>
Date: Mon Jul 22 01:25:34 2019 +1000
Remove unwanted debug print statement
src/engine/rfc822/rfc822-part.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/engine/rfc822/rfc822-part.vala b/src/engine/rfc822/rfc822-part.vala
index d81e6a7c..b8a3b2a8 100644
--- a/src/engine/rfc822/rfc822-part.vala
+++ b/src/engine/rfc822/rfc822-part.vala
@@ -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
);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]