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.
1 parent 1890db8 commit 46d6f86Copy full SHA for 46d6f86
server/env/env.go
@@ -848,7 +848,6 @@ func InitAllEnv() error {
848
envData[constants.EnvKeyDisableTOTPLogin] = boolValue
849
}
850
851
- fmt.Println("=> final value", envData[constants.EnvKeyDisableTOTPLogin])
852
853
if _, ok := envData[constants.EnvKeyDisableMailOTPLogin]; !ok {
854
envData[constants.EnvKeyDisableMailOTPLogin] = osDisableMailOTPLogin == "true"
0 commit comments