Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuck committed Oct 4, 2012
1 parent 31558d3 commit 84e66c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,8 @@ def log(self, message):
thread_options.add_argument('-persist', action='store_true', help='keep pre/postprocessing scripts running')
thread_options.add_argument('-nopersist', action='store_true', help='don\'t keep pre/postprocessing scripts running')


args = parser.parse_args(sys.argv[1:])
persistent_processes = not args.nopersist
print persistent_processes
sys.exit()

if args.logprefix:
init_log("%s.trans.log" %args.logprefix)
Expand Down

0 comments on commit 84e66c8

Please sign in to comment.