Improved Model Media scene code matching.

This commit is contained in:
DebaucheryLibrarian
2023-08-02 16:38:50 +02:00
parent 277a06c3de
commit e9a1df9123
2 changed files with 1 additions and 3 deletions

View File

@@ -47,8 +47,6 @@ async function curateReleaseEntry(release, batchId, existingRelease, type = 'sce
updated_batch_id: batchId,
};
console.log(curatedRelease);
if (release.id) {
// release is updated
curatedRelease.id = release.id;