Skip to content

Commit

Permalink
fix: extra files added log
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouspoop committed Aug 30, 2024
1 parent b546c7e commit 211c009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/handler/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func Init(s servicer) *cobra.Command {
if err != nil {
return err
}
utils.Logger(utils.LOG_SUCCESS, "files added")

utils.Logger(utils.LOG_INFO, "Pulling commits from main...")
err = s.Pull(true)
Expand Down

0 comments on commit 211c009

Please sign in to comment.