Skip to content

Commit 8b94be8

Browse files
committed
Remove print for test
1 parent 30665c0 commit 8b94be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/checkstrformat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ def check_specs_in_format_call(
337337
338338
The core logic for format checking is implemented in this method.
339339
"""
340-
print("in format call")
341340
assert all(s.key for s in specs), "Keys must be auto-generated first!"
342341
replacements = self.find_replacements_in_call(call, [cast(str, s.key) for s in specs])
343342
assert len(replacements) == len(specs)

0 commit comments

Comments
 (0)