Skip to content

Commit d219b12

Browse files
remove pdb
1 parent f3dfbce commit d219b12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

commit0/harness/execution_context.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ def exec_run_with_timeout(self, command: str) -> tuple[str, bool, float]:
209209
f.write(data)
210210

211211
self.sandbox.terminate()
212-
import pdb
213-
214-
pdb.set_trace()
215212

216213
# TODO: add timing
217214
return stdout, False, 1.0

0 commit comments

Comments
 (0)