Skip to content

Commit

Permalink
✏️ Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
FerreroJeremy committed Nov 25, 2017
1 parent 45adf21 commit eaab6f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)):
Expand Down

0 comments on commit eaab6f2

Please sign in to comment.