Remove leftover debug message

This commit is contained in:
Johannes Zellner
2025-05-05 12:32:11 +02:00
parent d9f07c4de4
commit 45e6ef09a8

View File

@@ -68,7 +68,6 @@ async function onSubmit() {
// we could come from restoring an app archive or cloning an app from a backup
if (appId.value) {
console.log('we are cloning!!!', restoreArchive.value, appId.value);
data.backupId = restoreArchive.value.id;
const [error] = await appsModel.clone(appId.value, data);
if (error) {