Skip to content

Commit 129d391

Browse files
committed
remove call to set_trace
1 parent 39f5ce8 commit 129d391

File tree

1 file changed

+1
-1
lines changed
  • components/rsptx/build_tools

1 file changed

+1
-1
lines changed

components/rsptx/build_tools/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _build_ptx_book(config, gen, manifest, course, click=click, target="runeston
188188
if hasattr(click, "worker"):
189189
click.add_logger(logger)
190190
# clean out the output directory
191-
pdb.set_trace()
191+
192192
if rs.output_dir_abspath().exists():
193193
shutil.rmtree(rs.output_dir_abspath())
194194

0 commit comments

Comments
 (0)