mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Remove console.log
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
|
||||
function openPlatformWizard(type: number, platform?: Models.Platform) {
|
||||
if (platform) {
|
||||
console.log('platform', platform);
|
||||
continuePlatform(type, platform.name, platform.key, platform.type);
|
||||
} else {
|
||||
addPlatform(type);
|
||||
|
||||
Reference in New Issue
Block a user