mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix: Do not log unknown commands. (#14153)
Events such as "mouse-move", "mouse-leave" and "face-landmark-detected" reach this code and pollute the logs. It's probably worth investigating why this is the case and fixing it if necessary, but for now just remove the log message.
This commit is contained in:
@@ -835,8 +835,6 @@ function initCommands() {
|
||||
return true;
|
||||
}
|
||||
|
||||
logger.warn(`Unknown API command received: ${name}`);
|
||||
|
||||
return false;
|
||||
});
|
||||
transport.on('request', (request, callback) => {
|
||||
|
||||
Reference in New Issue
Block a user