Skip to content
Snippets Groups Projects
Commit 11ea94e9 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Removed old console.log.

parent 5a69c6ef
Branches
Tags
2 merge requests!233v0.9.8 - Merge for release,!220OASIS synchronisation that allows users to push uploads from an OASIS to the central NOMAD via GUI and API.
...@@ -124,7 +124,6 @@ class RawFiles extends React.Component { ...@@ -124,7 +124,6 @@ class RawFiles extends React.Component {
if (files.length > 500) { if (files.length > 500) {
raiseError('There are more than 500 files in this entry. We can only show the first 500.') raiseError('There are more than 500 files in this entry. We can only show the first 500.')
} }
console.log('###', files)
this.setState({files: files, loading: false}) this.setState({files: files, loading: false})
}).catch(error => { }).catch(error => {
this.setState({files: null, loading: false}) this.setState({files: null, loading: false})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment