Skip to content

Commit

Permalink
Back out debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Apr 24, 2024
1 parent 23a9ab5 commit b757ab3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/shared/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const Header = ({
setOpenMore={handleChangeOpenMore}
loggedIn={!_.isEmpty(profile)}
profileHandle={profile ? profile.handle : ''}
isWipro={(profile && profile.email && profile.email.includes('@wipro.com'))}
tracking={tracking}
/>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/shared/components/tc-communities/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ function Header(props) {
let userSubMenu;

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

Expand Down
1 change: 0 additions & 1 deletion src/shared/containers/Contentful/MenuLoader/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class MenuLoaderContainer extends React.Component {
setOpenMore={this.handleChangeOpenMore}
loggedIn={!_.isEmpty(auth.profile)}
profileHandle={auth.profile ? auth.profile.handle : ''}
isWipro={(auth.profile && auth.profile.email && auth.profile.email.includes('@wipro.com'))}
logoLink={fields.logoLink}
/>
);
Expand Down

0 comments on commit b757ab3

Please sign in to comment.