From c93d975d3f5aa240899dfdba4fa4a83b6f8c5049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 8 Oct 2015 08:20:59 -0400 Subject: [PATCH] remove debugging code --- setup.py | 1 - 1 file changed, 1 deletion(-) 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"