Remove console.log
This commit is contained in:
parent
c2f590e3fc
commit
1d823fdf83
@ -109,7 +109,6 @@ const BaseContainer = withRouter(withTracker(({ params, router }) => {
|
|||||||
const { credentials, loggedIn } = Auth;
|
const { credentials, loggedIn } = Auth;
|
||||||
|
|
||||||
if (!loggedIn) {
|
if (!loggedIn) {
|
||||||
console.log('cai aqui');
|
|
||||||
return {
|
return {
|
||||||
locale,
|
locale,
|
||||||
subscriptionsReady: false,
|
subscriptionsReady: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user