[Python-checkins] r63491 - python/trunk/Lib/lib-tk/Tkinter.py

georg.brandl python-checkins at python.org
Tue May 20 09:23:59 CEST 2008


Author: georg.brandl
Date: Tue May 20 09:23:59 2008
New Revision: 63491

Log:
Remove debugging line.


Modified:
   python/trunk/Lib/lib-tk/Tkinter.py

Modified: python/trunk/Lib/lib-tk/Tkinter.py
==============================================================================
--- python/trunk/Lib/lib-tk/Tkinter.py	(original)
+++ python/trunk/Lib/lib-tk/Tkinter.py	Tue May 20 09:23:59 2008
@@ -1196,7 +1196,6 @@
     config = configure
     def cget(self, key):
         """Return the resource value for a KEY given as string."""
-        print key
         return self.tk.call(self._w, 'cget', '-' + key)
     __getitem__ = cget
     def __setitem__(self, key, value):


More information about the Python-checkins mailing list