removed logging

This commit is contained in:
Marcus Westin 2020-01-20 14:20:40 +00:00
parent 3dd1ddf9bf
commit 6e524c7189

View file

@ -498,8 +498,6 @@ class PlejdService extends EventEmitter {
return;
}
console.log(properties);
const value = await properties['Value'];
if (!value) {
return;