diff --git a/bigbluebutton-html5/imports/startup/client/base.jsx b/bigbluebutton-html5/imports/startup/client/base.jsx
index f6de92779e..b5bf6ed0c3 100755
--- a/bigbluebutton-html5/imports/startup/client/base.jsx
+++ b/bigbluebutton-html5/imports/startup/client/base.jsx
@@ -109,7 +109,6 @@ const BaseContainer = withRouter(withTracker(({ params, router }) => {
const { credentials, loggedIn } = Auth;
if (!loggedIn) {
- console.log('cai aqui');
return {
locale,
subscriptionsReady: false,