# HG changeset patch # User Jeff Hammel # Date 1376183788 25200 # Node ID fba923298346fda4ae1dd947900e7a5e405a4e6f # Parent 3cd5996c1329f574838aecb5c42ed934f7d6e524 python/setup_repo.py diff -r 3cd5996c1329 -r fba923298346 python/setup_repo.py --- a/python/setup_repo.py Sat Aug 10 18:13:14 2013 -0700 +++ b/python/setup_repo.py Sat Aug 10 18:16:28 2013 -0700 @@ -34,7 +34,6 @@ command_str = ' '.join(command) print 'Running:\n%s' % (command_str) if globals()['dry_run']: - import pdb; pdb.set_trace() return return subprocess.check_output(*args, **kwargs)