]> granicus.if.org Git - python/commitdiff
Remove debugging line.
authorGeorg Brandl <georg@python.org>
Tue, 20 May 2008 07:23:59 +0000 (07:23 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 20 May 2008 07:23:59 +0000 (07:23 +0000)
Lib/lib-tk/Tkinter.py

index dccabad2cbab40137646fd1f2205251a4da8b5d1..eb8fd441beacd561af1932a23173548c0b54b240 100644 (file)
@@ -1196,7 +1196,6 @@ class Misc:
     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):