Skip to content

Commit

Permalink
console cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Apr 16, 2020
1 parent d2c085a commit 2040538
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function setSectionTabs(payload) {


export function getParentFolderData(url) {
console.log('in action', url)
return {
type: GET_PARENT_FOLDER_DATA,
request: {
Expand Down
1 change: 0 additions & 1 deletion src/components/manage/Blocks/DetailedLink/AddLinkForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class AddLinkForm extends Component {

render() {
const { value, isInvalid } = this.state;
console.log('link value', this.props.search);
return (
<div className="link-form-container" style={{ display: 'flex', flexDirection: 'column' }} ref={this.linkFormContainer}>
<div
Expand Down
1 change: 0 additions & 1 deletion src/components/manage/Blocks/DetailedLink/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class Edit extends Component {
};

render() {
console.log('link instate', this.state.link)
return (
<div>
{this.state.link && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class AddLinkForm extends Component {

render() {
const { value, isInvalid } = this.state;
console.log('link value', this.props);
return (
<div className="link-form-container" ref={this.linkFormContainer}>
<div
Expand Down
1 change: 0 additions & 1 deletion src/components/manage/Blocks/FolderContentsBlock/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class Edit extends Component {
};

render() {
console.log('link instate', this.state.link)
return (
<div>
{this.state.link && (
Expand Down

0 comments on commit 2040538

Please sign in to comment.