Skip to content

Commit d58cebf

Browse files
committed
Remove pdb.
Left a pdb call in build_doc. [skip travis]
1 parent 0b6f5f8 commit d58cebf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/dist/command/build_doc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def run(self):
5151
return
5252

5353
doc_dir = os.path.join('share', 'doc', 'roundup', 'html')
54-
import pdb; pdb.set_trace()
5554
temp_dir = os.path.join(self.build_base, 'temp.doc')
5655
cmd = sphinx + ['-d', temp_dir, 'doc', doc_dir]
5756
spawn(cmd)

0 commit comments

Comments
 (0)