Skip to content

Commit 4690bef

Browse files
Removing logger
1 parent 5965060 commit 4690bef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/devices/yokis.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1428,8 +1428,6 @@ const yokisTz = {
14281428
function YokisOnOff(args?: m.OnOffArgs): ModernExtend {
14291429
const result: ModernExtend = {...m.onOff(args), toZigbee: [yokisTz.on_off]};
14301430

1431-
logger.debug(`YokisOnOff: ${JSON.stringify(result)}`, NS);
1432-
14331431
return result;
14341432
}
14351433

0 commit comments

Comments
 (0)