Remove debug log

pull/56/head
Vojtech Vitek 2017-06-20 16:41:50 -04:00
parent 9012a455c2
commit 488325a6ec
1 changed files with 0 additions and 1 deletions

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.