From: Georg Brandl Date: Tue, 20 May 2008 07:23:59 +0000 (+0000) Subject: Remove debugging line. X-Git-Tag: v2.6b1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06d2a2cb0e105019e8bd5e29a3c81c6874e6396a;p=python Remove debugging line. --- diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index dccabad2cb..eb8fd441be 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -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):