Skip to content

Commit

Permalink
Remove console.log from Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Kuzyakov committed Dec 2, 2022
1 parent c56611e commit 64eb0e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/EditorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,6 @@ export default function EditorPage(props) {
const widgetPath = `${accountId}/${path?.type}/${path?.name}`;
const jpath = JSON.stringify(path);

{
console.log(files);
}
return (
<div className="container-fluid mt-1">
<RenameModal
Expand Down

0 comments on commit 64eb0e1

Please sign in to comment.