removed log

This commit is contained in:
hannathkadher
2024-11-06 09:44:17 +04:00
parent 560520ff6e
commit 6df2f11371

View File

@ -470,8 +470,6 @@ export class SceneService {
relations: ['sceneIcon'], relations: ['sceneIcon'],
}); });
console.log(scene);
if (!scene) { if (!scene) {
throw new HttpException( throw new HttpException(
`Invalid scene with id ${sceneUuid}`, `Invalid scene with id ${sceneUuid}`,