Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac authored Jul 23, 2024
1 parent 0a60d38 commit 6119d7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ const App = () => {

const onClickFn = (url) => { dispatch(push(url)); toggleNav(false); };

// eslint-disable-next-line no-console
console.log('Konflux test');

useEffect(() => {
pathname.indexOf('/app/payload-tracker/track') >= 0 ? setActiveItem(TRACK_ITEM) : (
pathname === '/app/payload-tracker/payloads' ? setActiveItem(PAYLOADS_ITEM) :
Expand Down

0 comments on commit 6119d7d

Please sign in to comment.