Skip to content

Commit

Permalink
removed garbage code
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Sadovnikov committed Jan 10, 2019
1 parent e9f944f commit 138bde1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ func init() {

func applyMigrations(dir migrate.MigrationDirection, dryRun bool, limit int) error {

fmt.Println(dryRun, limit)

db, dialect, err := getConnection()
if err != nil {
return err
Expand Down

0 comments on commit 138bde1

Please sign in to comment.