remove a forgotten debug print line

This commit is contained in:
stefan schippers 2023-09-15 18:17:24 +02:00
parent cb1b8a09a6
commit 3f299589d1
1 changed files with 0 additions and 1 deletions

View File

@ -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