[evolution] Remove some left-over debug prints
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove some left-over debug prints
- Date: Mon, 10 Apr 2017 07:58:46 +0000 (UTC)
commit 1bc25abffa69ecc843c6962a36c5d8906454576e
Author: Milan Crha <mcrha redhat com>
Date: Mon Apr 10 09:58:20 2017 +0200
Remove some left-over debug prints
.../web-extension/e-editor-dom-functions.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
b/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index e97a9ab..e325cce 100644
--- a/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -10639,12 +10639,10 @@ deleting_block_starting_in_quoted_content (EEditorPage *editor_page,
sibling = webkit_dom_node_get_previous_sibling (WEBKIT_DOM_NODE (element));
if (!(sibling && WEBKIT_DOM_IS_ELEMENT (sibling) &&
element_has_class (WEBKIT_DOM_ELEMENT (sibling), "-x-evo-quoted"))) {
- printf ("%s:%d\n", __PRETTY_FUNCTION__, __LINE__);
goto out;
}
if (webkit_dom_node_get_previous_sibling (WEBKIT_DOM_NODE (sibling))) {
- printf ("%s:%d\n", __PRETTY_FUNCTION__, __LINE__);
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]