Make LEDBorg not even display warning if not present (less confusing).

This commit is contained in:
Dave C-J
2014-04-03 12:30:40 +01:00
parent 9ed2d06e0f
commit 842d3e3c7e
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ var fs = require('fs');
// check if /dev/ledborg exists - if not then don't even show the node.
if (!fs.existsSync("/dev/ledborg")) {
util.log("[78-ledborg.js] Warning: PiBorg hardware : LedBorg not found");
//util.log("[78-ledborg.js] Warning: PiBorg hardware : LedBorg not found");
return;
}