Skip to content

Commit 7259138

Browse files
committed
fix(build): remove leftover breakpoint
1 parent 1716d49 commit 7259138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/debmagic/_build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def run(
9696
break # stop preset processing
9797

9898
if not self.is_stage_completed(stage):
99-
breakpoint()
10099
raise RuntimeError(f"{stage!s} stage was never executed")
101100

102101
if stage == target_stage:

0 commit comments

Comments
 (0)