Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Tue, 21 Jul 2015 18:15:27 UTC Commit: 21bb11ddd7bfb06573b29e696172c98aec532eec https://github.com/geany/geany/commit/21bb11ddd7bfb06573b29e696172c98aec532e...
Log Message: ----------- Remove needless debug print
Prevents spamming the console when SCLEX_CONTAINER is activated (ex. by plugins).
Modified Paths: -------------- src/editor.c
Modified: src/editor.c 6 lines changed, 0 insertions(+), 6 deletions(-) =================================================================== @@ -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;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).