Skip to content

Commit 9fb0054

Browse files
committed
removed unwanted comment
1 parent 2b022d1 commit 9fb0054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/resolvers/mobile_signup.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ func MobileSignupResolver(ctx context.Context, params *model.MobileSignUpInput)
185185
}
186186

187187
disablePhoneVerification, _ := memorystore.Provider.GetBoolStoreEnvVariable(constants.EnvKeyDisablePhoneVerification)
188-
log.Errorf("ooioioioioioioioi: ", disablePhoneVerification)
189-
190188
if disablePhoneVerification {
191189
now := time.Now().Unix()
192190
user.PhoneNumberVerifiedAt = &now

0 commit comments

Comments
 (0)