auth: remove debugger

This commit is contained in:
Hunter Miller 2023-02-13 11:40:56 -06:00
parent c66d891a42
commit 2f4ed4faf2

View File

@ -11,7 +11,6 @@ function authRedirect() {
}
function checkIfLoggedIn() {
debugger;
if (IS_MOCK) {
return;
}