Skip to content
Snippets Groups Projects
Commit 736b9367 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style: remove console.log

parent 75f0e9ed
No related branches found
No related tags found
1 merge request!13Sprint #14
...@@ -97,7 +97,6 @@ export default compose( ...@@ -97,7 +97,6 @@ export default compose(
lifecycle({ lifecycle({
componentDidMount() { componentDidMount() {
const { version: { files }, setFiles } = this.props const { version: { files }, setFiles } = this.props
console.log('----------------', files)
setFiles(prev => ({ setFiles(prev => ({
manuscripts: get(files, 'manuscripts') || [], manuscripts: get(files, 'manuscripts') || [],
coverLetter: get(files, 'coverLetter') || [], coverLetter: get(files, 'coverLetter') || [],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment