diff --git a/bigbluebutton-html5/imports/startup/server/index.js b/bigbluebutton-html5/imports/startup/server/index.js
index ed8c6d636eb1ff8548aedb28f6708c0a7cea9725..34a859972f8986ec0832ac74d3de56a875950f8b 100644
--- a/bigbluebutton-html5/imports/startup/server/index.js
+++ b/bigbluebutton-html5/imports/startup/server/index.js
@@ -41,7 +41,7 @@ WebApp.connectHandlers.use('/locale', (req, res) => {
       messages = Object.assign(messages, JSON.parse(data));
       normalizedLocale = locale
     } catch (e) {
-      console.log('error', locale);
+      // Getting here means the locale is not available on the files.
     }
   });