From 83d9abd03619f94a42299cd90b9420b5b9db1780 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 7 Apr 2018 02:22:45 +0200 Subject: [PATCH] Forgot to delete another print. WTF I'm tired --- parso/python/tokenize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/parso/python/tokenize.py b/parso/python/tokenize.py index 7d72fc6..5b8bea7 100644 --- a/parso/python/tokenize.py +++ b/parso/python/tokenize.py @@ -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)