[evolution/wip/webkit2] EHTMLEditorView - Remove debug outputs committed by mistake



commit 8e8206c8c452c513b66cc945a79e123b89e0f7dd
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Feb 26 08:36:21 2016 +0100

    EHTMLEditorView - Remove debug outputs committed by mistake

 .../composer/e-html-editor-view-dom-functions.c    |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/web-extensions/composer/e-html-editor-view-dom-functions.c 
b/web-extensions/composer/e-html-editor-view-dom-functions.c
index b6f69ba..8344296 100644
--- a/web-extensions/composer/e-html-editor-view-dom-functions.c
+++ b/web-extensions/composer/e-html-editor-view-dom-functions.c
@@ -7422,11 +7422,6 @@ save_history_for_delete_or_backspace (WebKitDOMDocument *document,
                                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]