mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: remove log
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user