diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-12-18 12:35:21 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-12-18 12:35:21 -0330 |
commit | fdc9b42323e9240b7fcbdba3643da1c4a6866e4e (patch) | |
tree | 911ee2df5c7ccf914a06a15d59ceee7c61ee175e /cpp/demo/IceGrid/secure/expect.py | |
parent | bug 4510 - remove cookbook demos (diff) | |
download | ice-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-x | cpp/demo/IceGrid/secure/expect.py | 1 |
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() |