aboutsummaryrefslogtreecommitdiff
path: root/tcltest.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcltest.tcl')
-rw-r--r--tcltest.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcltest.tcl b/tcltest.tcl
index 1f13365..9027a44 100644
--- a/tcltest.tcl
+++ b/tcltest.tcl
@@ -185,7 +185,6 @@ if {[catch {info version}]} {
incr skip
for {set level $skip} {$level < [info frame] - $last} {incr level} {
set frame [info frame -$level]
- puts $frame
if {[dict get $frame type] ne "source"} {
continue
}