From 2bbf96772948e4945b127bd2127f38636390d326 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Sun, 2 Jan 2022 00:06:22 +0100 Subject: [PATCH] remove dbg message --- src/xschem.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index 5243798c..92d7a8d7 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -1568,7 +1568,6 @@ proc load_file_dialog {{msg {}} {ext {}} {global_initdir {INITIALINSTDIR}} {init bind .dialog.buttons_bot.entry { set globfilter [.dialog.buttons_bot.entry get] if { $globfilter eq {} } { set globfilter {*} } - puts $globfilter setglob $myload_dir1 } radiobutton .dialog.buttons_bot.all -text All -variable globfilter -value {*} \