Skip to content

Commit

Permalink
refactor: Remove unnecessary log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rluisr committed Feb 18, 2024
1 parent bdfd021 commit 2480d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/external/cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func Cron() {
tvController.Interactor.TVRepository.Logging().Error("InventoryCheck", icErr.Error(), icErr)
return
}
tvController.Interactor.TVRepository.Logging().Info("InventoryCheck is done")
}),
)
if err != nil {
Expand Down

0 comments on commit 2480d56

Please sign in to comment.