diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-03-12 18:32:27 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-03-12 18:32:27 -0700 |
commit | 82eb6801dd090e4e1aac773728ae8008d1426479 (patch) | |
tree | 34d592db6737c485c824367b798da167efb4b99d /py/python/Ice.py | |
parent | updating Python Ice.Application to set process logger (diff) | |
download | ice-82eb6801dd090e4e1aac773728ae8008d1426479.tar.bz2 ice-82eb6801dd090e4e1aac773728ae8008d1426479.tar.xz ice-82eb6801dd090e4e1aac773728ae8008d1426479.zip |
removing debug statements in Python Ice.Application
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index 41d55c4a79f..0eb4111ed7c 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -690,10 +690,7 @@ class Application(object): except: traceback.print_exc() return 1 - print "args before createProps: " + str(args) initData.properties = createProperties(args, initData.properties) - print "args after createProps: " + str(args) - print "props: " + str(initData.properties.getPropertiesForPrefix("")) # # If the process logger is the default logger, we replace it with a |