diff --git a/gui/src/components/entry/RawFiles.js b/gui/src/components/entry/RawFiles.js index 9d41c49103232058994de90c9a5198b0c5c20af2..e13fd26be457a5515b0dc4cd3d8af6e2ae65f4e2 100644 --- a/gui/src/components/entry/RawFiles.js +++ b/gui/src/components/entry/RawFiles.js @@ -124,7 +124,6 @@ class RawFiles extends React.Component { if (files.length > 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}) }).catch(error => { this.setState({files: null, loading: false})