[evolution/wip-webkit2] EMailFormatter - Remove debug code that was accidentally commited
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip-webkit2] EMailFormatter - Remove debug code that was accidentally commited
- Date: Fri, 13 Dec 2013 13:33:28 +0000 (UTC)
commit 6c985626ed0fd3e640751956e398d89c4237c84f
Author: Tomas Popela <tpopela redhat com>
Date: Fri Dec 13 14:32:23 2013 +0100
EMailFormatter - Remove debug code that was accidentally commited
em-format/e-mail-meta-remove-filter.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/em-format/e-mail-meta-remove-filter.c b/em-format/e-mail-meta-remove-filter.c
index 5ede12a..8f407f6 100644
--- a/em-format/e-mail-meta-remove-filter.c
+++ b/em-format/e-mail-meta-remove-filter.c
@@ -184,7 +184,6 @@ filter_filter (CamelMimeFilter *filter,
gsize *outlen,
gsize *outprespace)
{
- printf ("%s\n", __FUNCTION__);
remove_meta_tag (filter, in, len, prespace, out, outlen);
*outprespace = prespace;
@@ -199,10 +198,6 @@ filter_complete (CamelMimeFilter *filter,
gsize *outlen,
gsize *outprespace)
{
- printf ("%s\n", __FUNCTION__);
-// remove_meta_tag (
-// filter, in, len, prespace, out, outlen, TRUE);
-
*out = (gchar *) in;
*outlen = len;
*outprespace = prespace;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]