We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e9935 + d555488 commit 3450d3fCopy full SHA for 3450d3f
utils/env/env.go
@@ -3,7 +3,6 @@ package env
3
import (
4
"os"
5
"strconv"
6
- "strings"
7
8
middlewares "github.com/codeshelldev/secured-signal-api/internals/proxy/middlewares"
9
"github.com/codeshelldev/secured-signal-api/utils"
@@ -100,10 +99,6 @@ func Load() {
100
99
101
ENV.BLOCKED_ENDPOINTS = []string{}
102
} else {
103
- for _, token := range apiTokens {
104
- log.Debug("Found Token: " + token[:2] + strings.Repeat("X", len(token) - 2))
105
- }
106
-
107
log.Debug("Registered " + strconv.Itoa(len(apiTokens)) + " Tokens")
108
109
ENV.API_TOKENS = apiTokens
0 commit comments