Skip to content

Commit 4e9559a

Browse files
Remove debug statement
Co-authored-by: Brian Schubert <[email protected]>
1 parent 59b49af commit 4e9559a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5117,7 +5117,6 @@ def visit_for_stmt(self, s: ForStmt) -> None:
51175117
if isinstance(get_proper_type(super_instance.args[2]), UninhabitedType):
51185118
exit_condition = NameExpr("True")
51195119
exit_condition.fullname = "builtins.True"
5120-
print("woohoo!")
51215120
else:
51225121
exit_condition = NameExpr("False")
51235122
exit_condition.fullname = "builtins.False"

0 commit comments

Comments
 (0)