remove dbg msg

This commit is contained in:
Stefan Frederik 2020-12-29 15:42:45 +01:00
parent abce6ac29c
commit 8cb3172f42
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ proc ngspice::get_current {n} {
set n @$n
}
set n i($n)
puts "ngspice::get_current --> $n"
# puts "ngspice::get_current --> $n"
set err [catch {set ::ngspice::ngspice_data($n)} res]
if { $err } {
set res {?}