Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Tue, 21 Jul 2015 19:31:43 UTC Commit: 5510a5a00e2579f4971fca65b1162d3c153668ca https://github.com/geany/geany/commit/5510a5a00e2579f4971fca65b1162d3c153668...
Log Message: ----------- Merge pull request #585 from codebrainz/remove-style-debug-print
Remove needless debug print
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).