Remove debug print.

This commit is contained in:
Martin v. Löwis 2004-08-20 06:19:23 +00:00
parent a45cacfc1c
commit cd4d297a23

View file

@ -91,7 +91,6 @@ def __init__(self, root=None, font=None, name=None, exists=False, **options):
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)