[evolution] EHTMLEditorView - Remove accidentally committed debug prints
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Remove accidentally committed debug prints
- Date: Fri, 5 Aug 2016 12:45:33 +0000 (UTC)
commit 670e89c38e602a9ed3684dc263fb3f605bf78337
Author: Tomas Popela <tpopela redhat com>
Date: Fri Aug 5 14:44:56 2016 +0200
EHTMLEditorView - Remove accidentally committed debug prints
e-util/e-html-editor-view.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 90f881a..dfd5cc7 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -7297,7 +7297,6 @@ remove_new_lines_around_citations (const gchar *input)
str = g_string_new ("");
- printf ("%s\n", input);
/* Remove the new lines around citations:
* Replace <br><br>##CITATION_START## with <br>##CITATION_START##
* Replace ##CITATION_START##<br><br> with ##CITATION_START##<br>
@@ -7333,7 +7332,6 @@ remove_new_lines_around_citations (const gchar *input)
g_string_append (str, p);
- printf ("%s\n", str->str);
return str;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]