Skip to content

Commit

Permalink
fix:remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed May 29, 2024
1 parent 7a71a48 commit 4f95ac8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,6 @@ func loadEnvironmentToObject(obj interface{}) error {
continue
}

fmt.Println("***** INIT BY ENV VAR: " + envVar + " " + envValue)

setConfigValue(fieldValue, envValue)
}

Expand Down

0 comments on commit 4f95ac8

Please sign in to comment.