Skip to content

Commit

Permalink
fix: remove duplicate logging of Git Repo URL and Private SSH Key Path
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 13, 2024
1 parent 2d20b6a commit a5f3c6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/ical-git/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ func initialize(path string) (context.CancelFunc, *schedule.Scheduler) {
slog.Info("📝 Config:", "tick_time", conf.DaemonTick)
slog.Info("📝 Config:", "Loc", conf.Location)
slog.Info("📝 Config:", "Fetcher", conf.Fetcher())
if conf.IsFetcherGit() {
slog.Info("📝 Config:", "Git Repo URL", conf.FetcherGit.Url)
slog.Info("📝 Config:", "Private SSH Key Path", conf.FetcherGit.PrivateKeyPath)
}
if conf.IsFetcherGit() {
slog.Info("📝 Config:", "Git Repo URL", conf.FetcherGit.Url)
slog.Info("📝 Config:", "Private SSH Key Path", conf.FetcherGit.PrivateKeyPath)
Expand Down

0 comments on commit a5f3c6a

Please sign in to comment.