Skip to content

Commit 7e9633b

Browse files
Merge pull request #76 from xiaochuanyu/patch-2
Accidentally included debug print
2 parents 4e78ac4 + 99ad02b commit 7e9633b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sql/parse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def parse_sql_flags(sql):
4444
num_words = len(words)
4545
trimmed_sql = sql
4646
if words[0].lower() == 'persist':
47-
print("Persist parsed to True")
4847
flags['persist'] = True
4948
trimmed_sql = " ".join(words[1:])
5049
elif num_words >= 2 and words[1] == '<<':

0 commit comments

Comments
 (0)