Skip to content

Commit

Permalink
fix: remove unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
catouberos authored and momo-p committed Nov 4, 2024
1 parent 749563f commit a96dabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/1730656992_release_front_cover.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func init() {
continue
}
release.FrontId = defaultFront.Id
print(defaultFront.Id)
if err := dao.Save(release); err != nil {
return err
}
Expand Down

0 comments on commit a96dabd

Please sign in to comment.