Author: reinhard
Date: 2007-05-08 08:59:37 -0500 (Tue, 08 May 2007)
New Revision: 9552

Modified:
   trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
Log:
Removed debug message.


Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py        2007-05-05 
18:28:31 UTC (rev 9551)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py        2007-05-08 
13:59:37 UTC (rev 9552)
@@ -335,8 +335,6 @@
                   event.CmdDown(),
                   event.AltDown())
 
-        gDebug(2, "__on_keypress: %s is %s" % (keycode, command))
-
         if command:
             if command == 'NEWLINE':
                 self._request('KEYPRESS', text='\n')



_______________________________________________
commit-gnue mailing list
commit-gnue@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to