Remove console.log

This commit is contained in:
ernstmul
2025-02-13 15:44:16 +01:00
parent 48f567ae5b
commit 23e976af04
@@ -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);