Skip to content

Commit eaab6f2

Browse files
committed
✏️ Remove print
1 parent 45adf21 commit eaab6f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Parser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,6 @@ def run(self):
429429
if phrase_keyword in self.like_keywords: # after the column
430430
self.like_keyword_offset.append(i)
431431

432-
print(self.columns_of_values_of_where)
433-
print(columns_of_where)
434-
435432
for table_of_from in self.tables_of_from:
436433
where_object = Where()
437434
for i in range(0, len(column_offset)):

0 commit comments

Comments
 (0)