diff options
author | Kevin Walzer <kw@codebykevin.com> | 2021-07-14 02:23:18 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2021-07-14 02:23:18 (GMT) |
commit | 53881f906ac49f98ad4dc1061eac424f55fde3af (patch) | |
tree | e306d8882e4155b878a02269979ad6edd06445e5 /library | |
parent | cb41feaf446ee24af2edd10f5ed44439ede30238 (diff) | |
download | tk-53881f906ac49f98ad4dc1061eac424f55fde3af.zip tk-53881f906ac49f98ad4dc1061eac424f55fde3af.tar.gz tk-53881f906ac49f98ad4dc1061eac424f55fde3af.tar.bz2 |
Remove debugging statement
Diffstat (limited to 'library')
-rw-r--r-- | library/print.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/print.tcl b/library/print.tcl index 7ee7146..e7a5de6 100644 --- a/library/print.tcl +++ b/library/print.tcl @@ -61,7 +61,6 @@ namespace eval ::tk::print { variable copies set printer_name "" - puts "selecting prnter" #First, we select the printer. _selectprinter |