summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-08 08:20:59 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-08 08:20:59 -0400
commitc93d975d3f5aa240899dfdba4fa4a83b6f8c5049 (patch)
tree297bbfeb5004dd497dfa3b2849a8d3a3b12c02c2 /setup.py
parent9cbc868764a83fe6e1d39e07c5dfdef3e8baa72a (diff)
remove debugging code
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3a5286b70..1b411c355 100644
--- a/setup.py
+++ b/setup.py
@@ -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"