mirror of
https://github.com/pressly/goose.git
synced 2025-07-12 23:30:04 +00:00
Remove debug log
This commit is contained in:
parent
9012a455c2
commit
488325a6ec
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user