remove debug logs

This commit is contained in:
abhishek9686
2025-12-03 22:25:02 +04:00
parent 3d6a026355
commit dcb0953d0a

View File

@@ -62,10 +62,8 @@ func handleAzureLogin(w http.ResponseWriter, r *http.Request) {
func handleAzureCallback(w http.ResponseWriter, r *http.Request) {
var rState, rCode = getStateAndCode(r)
fmt.Println("======>1. HEREEE handleAzureCallback")
state, err := logic.GetState(rState)
if err != nil {
fmt.Println("======>6. HEREEE handleAzureCallback")
handleOauthNotValid(w)
return
}