Remove debugging line.

This commit is contained in:
Georg Brandl 2008-05-20 07:23:59 +00:00
parent d66c84f63c
commit 06d2a2cb0e

View 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):