Skip to content

Commit

Permalink
fix: Don't print No Change environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Mar 13, 2020
1 parent 58a5c26 commit 12238bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion result.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func (r *Result) Print() {
r.InsertSlice.Print()
r.UpdateSlice.Print()
r.DeleteSlice.Print()
r.NoChangeSlice.Print()
}

type InsertSlice []string
Expand Down

0 comments on commit 12238bb

Please sign in to comment.