Remove debug 'print' from commit 1481

* wcs/ctl/start.py:
   remove print debug code.
This commit is contained in:
Benjamin Dauvergne 2009-04-03 07:50:53 +00:00
parent 0888b2cd84
commit 2960fc89b0
1 changed files with 0 additions and 2 deletions

View File

@ -23,11 +23,9 @@ def start(args):
run_kwargs['script_name'] = args[i+1]
i += 1
elif args[i] == '--app-dir':
print 'boob'
publisher.WcsPublisher.APP_DIR = args[i+1]
i += 1
elif args[i] == '--data-dir':
print 'coin'
publisher.WcsPublisher.DATA_DIR = args[i+1]
i += 1
elif args[i] == '--http':