Remove debug log

This commit is contained in:
Vojtech Vitek 2017-06-20 16:41:50 -04:00
parent 9012a455c2
commit 488325a6ec

View File

@ -146,7 +146,6 @@ func runSQLMigration(db *sql.DB, scriptFile string, v int64, direction bool) err
defer f.Close()
statements, useTx := getSQLStatements(f, direction)
log.Printf("gonna use TX: %v\n", useTx)
if useTx {
// TRANSACTION.