diff options
-rw-r--r-- | bin/pddp/pddpserver.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pddp/pddpserver.tcl b/bin/pddp/pddpserver.tcl index eb01207..f4a9444 100644 --- a/bin/pddp/pddpserver.tcl +++ b/bin/pddp/pddpserver.tcl @@ -30,7 +30,7 @@ if {$::pddp::testrun} { ;# true if sourced from standalone "pddpboot.tcl" } } else { puts stderr "Loading pddpserver" - catch {console show} +# catch {console show} } namespace eval ::pddp { |