From: Kevin A. <ka...@us...> - 2004-05-03 00:03:55
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12004 Modified Files: widget.py Log Message: turned off debug print Index: widget.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/widget.py,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -d -r1.122 -r1.123 *** widget.py 3 May 2004 00:00:20 -0000 1.122 --- widget.py 3 May 2004 00:03:46 -0000 1.123 *************** *** 334,338 **** self.eventIdToHandler[eventClass.id] = handler.getFunction() ! if 1: print "\n boundEvents:" for name in self.boundEvents.values(): --- 334,338 ---- self.eventIdToHandler[eventClass.id] = handler.getFunction() ! if 0: print "\n boundEvents:" for name in self.boundEvents.values(): |