Skip to content

Commit

Permalink
Remove usage of console.debug(). (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Stegeman authored Jan 24, 2018
1 parent 3c25fd2 commit 359a644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave-adapter",
"version": "0.3.0-pre2",
"version": "0.3.0-pre3",
"description": "Z-Wave adapter plugin for Mozilla IoT Gateway",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion zwave-classifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ZWaveClassifier {
}

if (match && quirk.excludeProperties.includes(name)) {
console.debug(
console.log(
`Not adding property ${name} to device ${node.id} due to quirk.`);
return;
}
Expand Down

0 comments on commit 359a644

Please sign in to comment.