videoanalysis: squelch log

This commit is contained in:
Koushik Dutta
2023-01-26 14:12:35 -08:00
parent 776461c6ce
commit 11e8ece10f
3 changed files with 4 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/objectdetector",
"version": "0.0.89",
"version": "0.0.90",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/objectdetector",
"version": "0.0.89",
"version": "0.0.90",
"license": "Apache-2.0",
"dependencies": {
"@scrypted/common": "file:../../common",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/objectdetector",
"version": "0.0.89",
"version": "0.0.90",
"description": "Scrypted Video Analysis Plugin. Installed alongside a detection service like OpenCV or TensorFlow.",
"author": "Scrypted",
"license": "Apache-2.0",

View File

@@ -1042,8 +1042,7 @@ class ObjectDetectorMixin extends MixinDeviceBase<ObjectDetection> implements Mi
}
async releaseMixin(id: string, mixinDevice: any) {
this.console.log('releasing ObjectDetection mixin', id);
mixinDevice.release();
return mixinDevice.release();
}
}