clear debug msg
This commit is contained in:
parent
83ae1c01b6
commit
aef66d6ff6
|
|
@ -2008,7 +2008,7 @@ proc tclpropeval {s instname symname} {
|
|||
# this hook is called in translate() if whole string is contained in a tcleval(...) construct
|
||||
proc tclpropeval2 {s} {
|
||||
global tcl_debug env
|
||||
if {$tcl_debug <=-0} {puts "tclpropeval2: $s"}
|
||||
if {$tcl_debug <=-1} {puts "tclpropeval2: $s"}
|
||||
set path [string range [xschem get sch_path] 1 end]
|
||||
regsub {^tcleval\(} $s {} s
|
||||
regsub {\)([ \n\t]*)$} $s {\1} s
|
||||
|
|
|
|||
Loading…
Reference in New Issue