mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove debug print.
This commit is contained in:
parent
a45cacfc1c
commit
cd4d297a23
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue