remove a forgotten debug print line
This commit is contained in:
parent
cb1b8a09a6
commit
3f299589d1
|
|
@ -1944,7 +1944,6 @@ proc graph_edit_properties {n} {
|
|||
if { [winfo exists .graphdialog]} {
|
||||
set geom [winfo geometry .graphdialog]
|
||||
}
|
||||
puts "geom-->$geom"
|
||||
catch {destroy .graphdialog}
|
||||
toplevel .graphdialog ;# -width 1 -height 1
|
||||
update idletasks
|
||||
|
|
|
|||
Loading…
Reference in New Issue