Skip to content

Commit

Permalink
removes console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmullen committed Feb 7, 2019
1 parent 662f03e commit d1ee5c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cms/src/story/StoryEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class StoryEditor extends Component {
}

onSave(minData) {
console.log(minData);
const {localeDefault} = this.props;
const defCon = minData.content.find(c => c.lang === localeDefault);
const title = defCon && defCon.title ? defCon.title : minData.slug;
Expand Down

0 comments on commit d1ee5c1

Please sign in to comment.