From 4be10f1707126601586a1c15df334fd09f9f73f7 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sat, 4 Nov 2023 15:07:09 +0100 Subject: [PATCH] remove dbg message --- src/xschem.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index 0c549381..dca3ec64 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -267,9 +267,7 @@ proc execute_fileevent {id} { if {$report} {viewdata "Completed: $execute(cmd,$id)\ndata:\n$execute(data,$id)"} } if {[info exists execute(callback,$id)] && $execute(callback,$id) ne {}} { - puts $execute(callback,$id) uplevel #0 eval $execute(callback,$id) - } catch {unset execute(callback,$id)} set execute(cmd,last) $execute(cmd,$id)