Skip to content

Commit bde5be9

Browse files
committed
Update porcupine-wake-word-worker.js
1 parent a02f5d5 commit bde5be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/porcupine-wake-word-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ onmessage = function(e){
4444
}
4545
//Custom interface
4646
if (e.data.gate != undefined){
47-
console.error("Message", e.data); //DEBUG
47+
//console.error("Message", e.data); //DEBUG
4848
gateControl(e.data.gate && e.data.gate == "open", e.data.gateOptions);
4949
}
5050
};

0 commit comments

Comments
 (0)