Remove leftover debug message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user