Skip to content

Commit

Permalink
Remove unused changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Apr 24, 2024
1 parent 4455357 commit f0730eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ exports[`Default render 1`] = `
"id": "myprofile",
"logged": true,
"title": "My Profile",
"wipro_href": "https://topgear-app.wipro.com/user-details",
},
Object {
"href": "https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false",
"logged": true,
"openNewTab": true,
"title": "Payments",
"wipro_href": "https://topgear-app.wipro.com/my_payments",
},
Object {
"href": "/community/learn",
Expand Down
2 changes: 0 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,11 @@ module.exports = {
id: 'myprofile',
title: 'My Profile',
href: '/members/willFilledByUserName',
wipro_href: 'https://topgear-app.wipro.com/user-details',
logged: true,
},
{
title: 'Payments',
href: 'https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false',
wipro_href: 'https://topgear-app.wipro.com/my_payments',
logged: true,
openNewTab: true,
},
Expand Down
2 changes: 0 additions & 2 deletions src/shared/containers/Contentful/MenuLoader/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ class MenuLoaderContainer extends React.Component {
}
// eslint-disable-next-line global-require
const { TopNav, LoginNav } = require('navigation-component');
console.log('TopNavRef');
console.log(JSON.stringify(auth.profile, 4, null));
return (
<TopNav
menu={menu}
Expand Down

0 comments on commit f0730eb

Please sign in to comment.