chore: remove log

This commit is contained in:
Arman
2025-05-30 15:59:07 +02:00
parent b9f1c696a5
commit 98fb754e07
-1
View File
@@ -44,7 +44,6 @@ export const load: PageLoad = async ({ parent, url }) => {
redirect(303, `${base}/organization-${teamId}${url.search}`);
}
} else if (!isApplyingCredit) {
console.log(url);
redirect(303, `${base}/onboarding/create-project${url.search}`);
}
};