diff --git a/src/actions/index.js b/src/actions/index.js index 63b8207..3beded3 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -14,7 +14,6 @@ export function setSectionTabs(payload) { export function getParentFolderData(url) { - console.log('in action', url) return { type: GET_PARENT_FOLDER_DATA, request: { diff --git a/src/components/manage/Blocks/DetailedLink/AddLinkForm.jsx b/src/components/manage/Blocks/DetailedLink/AddLinkForm.jsx index d9460a4..656e9ea 100644 --- a/src/components/manage/Blocks/DetailedLink/AddLinkForm.jsx +++ b/src/components/manage/Blocks/DetailedLink/AddLinkForm.jsx @@ -145,7 +145,6 @@ class AddLinkForm extends Component { render() { const { value, isInvalid } = this.state; - console.log('link value', this.props.search); return (
{this.state.link && ( diff --git a/src/components/manage/Blocks/FolderContentsBlock/AddLinkForm.jsx b/src/components/manage/Blocks/FolderContentsBlock/AddLinkForm.jsx index a753e7d..67b27c6 100644 --- a/src/components/manage/Blocks/FolderContentsBlock/AddLinkForm.jsx +++ b/src/components/manage/Blocks/FolderContentsBlock/AddLinkForm.jsx @@ -144,7 +144,6 @@ class AddLinkForm extends Component { render() { const { value, isInvalid } = this.state; - console.log('link value', this.props); return (
{this.state.link && (