From eaab6f2aa246dc0d76eb4f58bc222af5e96623a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Ferrero?= Date: Sat, 25 Nov 2017 11:26:57 +0100 Subject: [PATCH] :pencil2: Remove print --- Parser.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Parser.py b/Parser.py index 28bc967..b4f49b4 100644 --- a/Parser.py +++ b/Parser.py @@ -429,9 +429,6 @@ def run(self): if phrase_keyword in self.like_keywords: # after the column self.like_keyword_offset.append(i) - print(self.columns_of_values_of_where) - print(columns_of_where) - for table_of_from in self.tables_of_from: where_object = Where() for i in range(0, len(column_offset)):