diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-11 00:56:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-11 00:56:00 +0000 |
commit | ec4e30790affc614fc7ba97f4d67cf005e82267e (patch) | |
tree | 5303028669f26faa4e7a0bcdb1275c71071702f7 /bin/pddp/pddpserver.tcl | |
parent | 5d7ff93c7c503fb925868769633366fe93356372 (diff) |
commented out the console window for production use
svn path=/trunk/externals/miXed/; revision=4868
Diffstat (limited to 'bin/pddp/pddpserver.tcl')
-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 { |