mirror of
https://github.com/gravitl/netmaker.git
synced 2025-12-24 13:28:22 +08:00
remove debug logs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user