From cd4d297a239b3f1eb7f7b9e4d54733a8905a3a67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 20 Aug 2004 06:19:23 +0000 Subject: [PATCH] Remove debug print. --- Lib/lib-tk/tkFont.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/lib-tk/tkFont.py b/Lib/lib-tk/tkFont.py index 3979e993c5..afbc18917d 100644 --- a/Lib/lib-tk/tkFont.py +++ b/Lib/lib-tk/tkFont.py @@ -91,7 +91,6 @@ class Font: raise Tkinter._tkinter.TclError, "named font %s does not already exist" % (self.name,) # if font config info supplied, apply it if font: - print "font=%r" % font root.tk.call("font", "configure", self.name, *font) else: # create new font (raises TclError if the font exists) -- 2.50.1