Skip to content

Commit

Permalink
chore: 🤖 print removed
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Aug 5, 2022
1 parent 6239951 commit b186d6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions internal/config/config.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package config

import (
"fmt"

"github.com/stangirard/yatas/internal/helpers"
"gopkg.in/yaml.v3"
)
Expand Down Expand Up @@ -44,7 +42,6 @@ func ParseConfig(configFile string) (Config, error) {
return Config{}, err
}

fmt.Printf("--- t:\n%v\n\n", config)
return config, nil
}

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func run() error {
if err := cmd.Execute(); err != nil {
return err
}
fmt.Println("Yatas is running...")
fmt.Println("YATAS is done ✅")

return nil
}

0 comments on commit b186d6a

Please sign in to comment.