mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-06 14:23:40 +00:00
remove unnecessary debug info
This commit is contained in:
@@ -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.`);
|
||||
|
||||
Reference in New Issue
Block a user