Skip to content

Commit

Permalink
commenting print instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stormalf committed Sep 4, 2021
1 parent 71d50ef commit 827ee3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2tomysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def parseFile(h2file):
isForeign, tokens, idforeign, idkey = checkIfForeign(stm)
if isForeign:
dForeign[i] = Token(KEY, stm, tokens, idforeign, idkey, 0 )
printTokenResult(dSequences, dComments, dDatabase, dTables, dAlter, dIndex, dView)
#printTokenResult(dSequences, dComments, dDatabase, dTables, dAlter, dIndex, dView)
except IOError:
print("Error during reading " + h2file)
isSuccess = False
Expand Down

0 comments on commit 827ee3e

Please sign in to comment.