SF.net SVN: geany: [1856] trunk/src/editor.c

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Sep 5 19:46:23 UTC 2007


Revision: 1856
          http://geany.svn.sourceforge.net/geany/?rev=1856&view=rev
Author:   eht16
Date:     2007-09-05 12:46:22 -0700 (Wed, 05 Sep 2007)

Log Message:
-----------
Remove unwanted debug message.

Modified Paths:
--------------
    trunk/src/editor.c

Modified: trunk/src/editor.c
===================================================================
--- trunk/src/editor.c	2007-09-05 19:40:46 UTC (rev 1855)
+++ trunk/src/editor.c	2007-09-05 19:46:22 UTC (rev 1856)
@@ -1149,7 +1149,6 @@
 	g_strstrip(str);
 
 	pattern = ac_find_completion_by_name(filetypes[ft_id]->name, str);
-	geany_debug("-%s- -%s-", word, pattern);
 	if (pattern == NULL || pattern[0] == '\0')
 	{
 		utils_free_pointers(str, pattern, NULL); // free pattern in case it is ""


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list