summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/secure/expect.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-12-18 12:35:21 -0330
committerDwayne Boone <dwayne@zeroc.com>2009-12-18 12:35:21 -0330
commitfdc9b42323e9240b7fcbdba3643da1c4a6866e4e (patch)
tree911ee2df5c7ccf914a06a15d59ceee7c61ee175e /cpp/demo/IceGrid/secure/expect.py
parentbug 4510 - remove cookbook demos (diff)
downloadice-fdc9b42323e9240b7fcbdba3643da1c4a6866e4e.tar.bz2
ice-fdc9b42323e9240b7fcbdba3643da1c4a6866e4e.tar.xz
ice-fdc9b42323e9240b7fcbdba3643da1c4a6866e4e.zip
Remove uneeded print from expect script
Diffstat (limited to 'cpp/demo/IceGrid/secure/expect.py')
-rwxr-xr-xcpp/demo/IceGrid/secure/expect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/secure/expect.py b/cpp/demo/IceGrid/secure/expect.py
index 2d5c1aaa520..7c0426f45f6 100755
--- a/cpp/demo/IceGrid/secure/expect.py
+++ b/cpp/demo/IceGrid/secure/expect.py
@@ -43,7 +43,6 @@ elif os.path.isdir(os.path.join(path[0], "cpp")):
command = 'python -u makecerts.py'
if icecaPath != "":
command += ' --iceca="%s"' % os.path.join(icecaPath, "bin", "iceca")
-print command
print "creating certificates...",
sys.stdout.flush()