Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jan 19, 2025
1 parent bba75b3 commit eab82af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/connectors/google_drive/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ func (h *Plugin) oAuthRedirect(w http.ResponseWriter, req *http.Request, _ httpr
panic(err)
}

//err = h.saveToken(tenantID, userID, token)
//if err != nil {
// panic(err)
//}

newRedirectUrl := util.JoinPath(redirectPath, "?source=google_drive")
h.Redirect(w, req, newRedirectUrl)
}
Expand Down

0 comments on commit eab82af

Please sign in to comment.