changeset 461:fba923298346

python/setup_repo.py
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 10 Aug 2013 18:16:28 -0700
parents 3cd5996c1329
children 48deb57f52d1
files python/setup_repo.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)