remove unnecessary debug info

This commit is contained in:
sparks-alec
2022-01-09 11:27:23 -05:00
parent b3ba244bf7
commit f0e0c1c30e
-1
View File
@@ -12,7 +12,6 @@ const devices = {};
module.exports.all = devices;
registerDevice = function (newDevice) {
console.log(PLUGINS.all);
if (PLUGINS.all[newDevice.type] == undefined) {
console.error(`Plugin for device ${newDevice.type} does not exist.`);