diff --git a/modules/API/API.js b/modules/API/API.js index 312ef5cadc59..77a77c15d36f 100644 --- a/modules/API/API.js +++ b/modules/API/API.js @@ -835,8 +835,6 @@ function initCommands() { return true; } - logger.warn(`Unknown API command received: ${name}`); - return false; }); transport.on('request', (request, callback) => {