8000 Remove debug traces · python/cpython@e8b57dc · GitHub
[go: up one dir, main page]

Skip to content

Commit e8b57dc

Browse files
committed
Remove debug traces
1 parent c5a983b commit e8b57dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/build/check_warnings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,9 @@ def get_unexpected_improvements(
155155
unexpected_improvements = []
156156
for file in files_with_expected_warnings:
157157
if file.name not in files_with_warnings.keys():
158-
import pdb; pdb.set_trace()
159158
unexpected_improvements.append(file)
160159
else:
161160
if len(files_with_warnings[file.name]) < file.count:
162-
import pdb; pdb.set_trace()
163161
unexpected_improvements.append(file)
164162

165163
if unexpected_improvements:

0 commit comments

Comments
 (0)
0