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:
parent
9cbc868764
commit
c93d975d3f
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue