Skip to content

Commit b757ab3

Browse files
committed
Back out debugging code
1 parent 23a9ab5 commit b757ab3

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/shared/components/Header/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const Header = ({
104104
setOpenMore={handleChangeOpenMore}
105105
loggedIn={!_.isEmpty(profile)}
106106
profileHandle={profile ? profile.handle : ''}
107-
isWipro={(profile && profile.email && profile.email.includes('@wipro.com'))}
108107
tracking={tracking}
109108
/>
110109
</div>

src/shared/components/tc-communities/Header/index.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ function Header(props) {
7474
let userSubMenu;
7575

7676
if (profile) {
77-
console.log('PROFILE');
78-
console.log(JSON.stringify(profile, null, 4));
7977
let profileLink = `${meta ? _.replace(BASE_URL, 'www', meta.subdomains[0]) : BASE_URL}/members/${normalizedProfile.handle}`;
8078
let paymentsLink = `${config.URL.COMMUNITY}/PactsMemberServlet?module=PaymentHistory&full_list=false`;
8179

src/shared/containers/Contentful/MenuLoader/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ class MenuLoaderContainer extends React.Component {
152152
setOpenMore={this.handleChangeOpenMore}
153153
loggedIn={!_.isEmpty(auth.profile)}
154154
profileHandle={auth.profile ? auth.profile.handle : ''}
155-
isWipro={(auth.profile && auth.profile.email && auth.profile.email.includes('@wipro.com'))}
156155
logoLink={fields.logoLink}
157156
/>
158157
);

0 commit comments

Comments
 (0)