remove debugging code

This commit is contained in:
Antoine Beaupré 2015-10-08 08:20:59 -04:00
parent 9cbc868764
commit c93d975d3f
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ class build_usage(Command):
pass
def run(self):
import pdb
print('generating usage docs')
# XXX: gross hack: allows us to skip loading C modules during help generation
os.environ['BORG_GEN_USAGE'] = "True"