Skip to content

Commit

Permalink
[#54000] Remove initialization logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas committed Feb 1, 2024
1 parent 6183f9c commit d6f0c3b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/components/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ const ButtonGroup = ({ buttons, initialClickedId = 2, clickCallback, highlightAc
`;
}

console.log("ButtonGroup component loaded")

export default ButtonGroup
2 changes: 0 additions & 2 deletions src/components/CodeMirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ const CodeMirror = ({ text, setText, id, name, className, mode, syncText, setSyn
`;
};

console.log('CodeMirror component loaded');

export default CodeMirror
export {
CodeEditor
Expand Down
2 changes: 0 additions & 2 deletions src/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,4 @@ const Modal = ({changeDocumentTemplate, selectedTemplate, closeModal}) => {
`
}

console.log("Modal functional component loaded")

export default Modal;
2 changes: 0 additions & 2 deletions src/components/TemplateManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,4 @@ const TemplateManager = ({ setText, templatelist, setSyncText }) => {
`
}

console.log("TemplateManager component loaded")

export default TemplateManager
2 changes: 0 additions & 2 deletions src/components/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ const Tooltip = ({ tooltipOrientation, errorMessage }) => {
<//>`
}

console.log("Tooltip component loaded")

export default Tooltip

0 comments on commit d6f0c3b

Please sign in to comment.