commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9013 - trunk/gnue-forms/src/input/displayHandlers


From: johannes
Subject: [gnue] r9013 - trunk/gnue-forms/src/input/displayHandlers
Date: Thu, 9 Nov 2006 06:22:05 -0600 (CST)

Author: johannes
Date: 2006-11-09 06:22:04 -0600 (Thu, 09 Nov 2006)
New Revision: 9013

Modified:
   trunk/gnue-forms/src/input/displayHandlers/Cursor.py
Log:
Removed debug-print


Modified: trunk/gnue-forms/src/input/displayHandlers/Cursor.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Cursor.py        2006-11-09 
11:22:37 UTC (rev 9012)
+++ trunk/gnue-forms/src/input/displayHandlers/Cursor.py        2006-11-09 
12:22:04 UTC (rev 9013)
@@ -173,7 +173,6 @@
     selection = self.getSelectionArea()
     if selection is None and hasattr(self.field, 'fk_source'):
         selection = (cursor, len(self.display))
-        print "fk-source-selection:", selection
 
     if selection is not None:
       selection1, selection2 = selection





reply via email to

[Prev in Thread] Current Thread [Next in Thread]