Skip to content

Commit

Permalink
Comment annoying logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySafronov committed Jan 21, 2025
1 parent da09434 commit a61fae8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const SectionHeaderContent = (props) => {

const currKey = keysCollection.length >= 3 ? key : keysCollection[0];

console.log(settingsTree, currKey);
// console.log(settingsTree, currKey);

const header = getTKeyByKey(currKey, settingsTree);
const isCategory = checkPropertyByLink(
Expand Down Expand Up @@ -325,7 +325,7 @@ const SectionHeaderContent = (props) => {
license: t("Common:EnterpriseLicense"),
});

console.log(translatedHeader, header);
// console.log(translatedHeader, header);

return (
<StyledContainer isHeaderVisible={isHeaderVisible}>
Expand Down

0 comments on commit a61fae8

Please sign in to comment.