Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit a744895

Browse files
committed
removing breakpoint
1 parent 79db5cd commit a744895

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

autosqli.py

-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ def main():
3030
log.debug("current_save.stage in main(): " + str(save.getStage()))
3131

3232
while True:
33-
if args.debug:
34-
log.debug("activating breakpoint")
35-
pudb.set_trace()
36-
3733
# do the current stage and increment
3834
log.debug("Getting into the next stage")
3935
need_to_continue = stages.nextStage(args)

0 commit comments

Comments
 (0)