[evolution] EHTMLEditorView - Remove debug outputs committed by mistake
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Remove debug outputs committed by mistake
- Date: Fri, 26 Jun 2015 11:48:06 +0000 (UTC)
commit a82243fc8e331113231e8480ca2685a093617975
Author: Tomas Popela <tpopela redhat com>
Date: Thu Jun 25 08:27:34 2015 +0200
EHTMLEditorView - Remove debug outputs committed by mistake
e-util/e-html-editor-view.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 9ca5d4d..7b6a4a2 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -4299,11 +4299,6 @@ save_history_for_delete_or_backspace (EHTMLEditorView *view,
if (child && (WEBKIT_DOM_IS_TEXT (child) ||
(WEBKIT_DOM_IS_ELEMENT (child) &&
!element_has_class (WEBKIT_DOM_ELEMENT (child), "-x-evo-quoted")))) {
- printf ("%s\n", __FUNCTION__);
- printf ("%s\n", __FUNCTION__);
- printf ("%s\n", __FUNCTION__);
- printf ("%s\n", __FUNCTION__);
- printf ("%s\n", __FUNCTION__);
webkit_dom_node_insert_before (
webkit_dom_node_get_parent_node (child),
webkit_dom_node_clone_node (sibling, TRUE),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]