From 21bb11ddd7bfb06573b29e696172c98aec532eec Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Tue, 21 Jul 2015 11:15:27 -0700 Subject: [PATCH] Remove needless debug print Prevents spamming the console when SCLEX_CONTAINER is activated (ex. by plugins). --- src/editor.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/editor.c b/src/editor.c index 50ec48c50..6f11514d3 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1102,12 +1102,6 @@ static gboolean on_editor_notify(G_GNUC_UNUSED GObject *object, GeanyEditor *edi * if they were showing */ request_reshowing_calltip(nt); break; - -#ifdef GEANY_DEBUG - case SCN_STYLENEEDED: - geany_debug("style"); - break; -#endif case SCN_NEEDSHOWN: ensure_range_visible(sci, nt->position, nt->position + nt->length, FALSE); break; -- 2.11.4.GIT