diff --git a/src/shared/containers/tc-communities/Loader.jsx b/src/shared/containers/tc-communities/Loader.jsx index 65e326685..658364820 100644 --- a/src/shared/containers/tc-communities/Loader.jsx +++ b/src/shared/containers/tc-communities/Loader.jsx @@ -103,10 +103,6 @@ class Loader extends React.Component { // to see the "Public Site" on Zurich if (communityId === 'zurich') return Community({ member, meta }); // All other get the not authorized page - - console.log('Rendering Access Denied - Not Authenticated for !visitorGroups'); - console.log(visitorGroups, meta, communityId, member); - return (