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)):