[geany/geany] 5510a5: Merge pull request #585 from codebrainz/remove-style-debug-print

Enrico Tröger git-noreply at xxxxx
Tue Jul 21 19:31:43 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Tue, 21 Jul 2015 19:31:43 UTC
Commit:      5510a5a00e2579f4971fca65b1162d3c153668ca
             https://github.com/geany/geany/commit/5510a5a00e2579f4971fca65b1162d3c153668ca

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).


More information about the Commits mailing list