mirror of https://github.com/pressly/goose.git
Remove debug log
parent
9012a455c2
commit
488325a6ec
|
@ -146,7 +146,6 @@ func runSQLMigration(db *sql.DB, scriptFile string, v int64, direction bool) err
|
||||||
defer f.Close()
|
defer f.Close()
|
||||||
|
|
||||||
statements, useTx := getSQLStatements(f, direction)
|
statements, useTx := getSQLStatements(f, direction)
|
||||||
log.Printf("gonna use TX: %v\n", useTx)
|
|
||||||
|
|
||||||
if useTx {
|
if useTx {
|
||||||
// TRANSACTION.
|
// TRANSACTION.
|
||||||
|
|
Loading…
Reference in New Issue