Forgot to delete another print. WTF I'm tired

This commit is contained in:
Dave Halter
2018-04-07 02:22:45 +02:00
parent 222e9117b4
commit 83d9abd036

View File

@@ -307,7 +307,6 @@ def _find_fstring_string(fstring_stack, line, lnum, pos):
if match is None:
string = tos.previous_lines
else:
print(match, lnum, pos, repr(tos.previous_lines))
if not tos.previous_lines:
tos.last_string_start_pos = (lnum, pos)