aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-11 00:56:00 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-11 00:56:00 +0000
commitec4e30790affc614fc7ba97f4d67cf005e82267e (patch)
tree5303028669f26faa4e7a0bcdb1275c71071702f7 /bin
parent5d7ff93c7c503fb925868769633366fe93356372 (diff)
commented out the console window for production use
svn path=/trunk/externals/miXed/; revision=4868
Diffstat (limited to 'bin')
-rw-r--r--bin/pddp/pddpserver.tcl2
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 {