From 11ea94e9df2a08cfcb80768b33c092176568308d Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Fri, 11 Dec 2020 13:30:46 +0100
Subject: [PATCH] Removed old console.log.

---
 gui/src/components/entry/RawFiles.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gui/src/components/entry/RawFiles.js b/gui/src/components/entry/RawFiles.js
index 9d41c49103..e13fd26be4 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})
-- 
GitLab