@archvisioninc/canvas 2.5.3 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -485,8 +485,6 @@ export const initSceneFromFile = (sceneFromFile, fileName) => {
|
|
|
485
485
|
|
|
486
486
|
updatePublish(fileName ? { payload: { title: fileName } } : {});
|
|
487
487
|
|
|
488
|
-
console.log({ metadata: scene?.metadata });
|
|
489
|
-
|
|
490
488
|
props.setSerializedData?.(serializeScene());
|
|
491
489
|
}
|
|
492
490
|
};
|