Skip to content

Commit 99ad02b

Browse files
authored
Accidentally included debug print
1 parent c5288db commit 99ad02b

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
@@ -41,7 +41,6 @@ def parse_sql_flags(sql):
4141
num_words = len(words)
4242
trimmed_sql = sql
4343
if words[0].lower() == 'persist':
44-
print("Persist parsed to True")
4544
flags['persist'] = True
4645
trimmed_sql = " ".join(words[1:])
4746
elif num_words >= 2 and words[1] == '<<':

0 commit comments

Comments
 (0)