summaryrefslogtreecommitdiff
path: root/py/demo/Ice/hello/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/demo/Ice/hello/Server.py')
-rw-r--r--py/demo/Ice/hello/Server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/demo/Ice/hello/Server.py b/py/demo/Ice/hello/Server.py
index 14139ec5c62..47e7a070736 100644
--- a/py/demo/Ice/hello/Server.py
+++ b/py/demo/Ice/hello/Server.py
@@ -34,7 +34,6 @@ class Server(Ice.Application):
self.communicator().waitForShutdown()
return 0
-print "hello world"
sys.stdout.flush()
app = Server()
sys.exit(app.main(sys.argv, "config.server"))