Skip to content

Commit cf8efae

Browse files
committed
inspecting data
1 parent 9af3249 commit cf8efae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internals/config/tokens.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ func NormalizeTokens() {
3838
data = append(data, tmpConf.Layer.Get("").(map[string]any))
3939
}
4040

41-
log.Dev("Tokens: ", tokenConf.Layer.All())
41+
log.Dev("Tokens: ", data)
4242

4343
// Merge token configs together into new temporary config
4444
tokenConf.Load(data, "tokenconfigs")
45-
46-
log.Dev("Tokens: ", tokenConf.Layer.All())
4745
}
4846

4947
func InitTokens() {

0 commit comments

Comments
 (0)