1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 06:03:38 +00:00

remove debugging code

This commit is contained in:
Antoine Beaupré 2015-10-08 08:20:59 -04:00
parent 9cbc868764
commit c93d975d3f

View file

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