From d19cf91205a77857712eb26b94269af905baea77 Mon Sep 17 00:00:00 2001
From: Ben Wheeler <wheeler.benjamin@gmail.com>
Date: Tue, 4 Feb 2020 17:30:33 -0500
Subject: [PATCH] removed stale comments

---
 src/lib/sb-file-uploader-hoc.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/sb-file-uploader-hoc.jsx b/src/lib/sb-file-uploader-hoc.jsx
index 78f68646c..9e34b5768 100644
--- a/src/lib/sb-file-uploader-hoc.jsx
+++ b/src/lib/sb-file-uploader-hoc.jsx
@@ -157,7 +157,7 @@ const SBFileUploaderHOC = function (WrappedComponent) {
                     })
                     .catch(error => {
                         log.warn(error);
-                        this.props.intl.formatMessage(messages.loadError); // eslint-disable-line no-alert
+                        this.props.intl.formatMessage(messages.loadError);
                         this.props.onLoadingFinished(this.props.loadingState, false);
                     })
                     .then(() => {
@@ -233,7 +233,7 @@ const SBFileUploaderHOC = function (WrappedComponent) {
             projectChanged: state.scratchGui.projectChanged,
             userOwnsProject: ownProps.authorUsername && user &&
                 (ownProps.authorUsername === user.username),
-            vm: state.scratchGui.vm // NOTE: double check this belongs here
+            vm: state.scratchGui.vm
         };
     };
     const mapDispatchToProps = (dispatch, ownProps) => ({
-- 
GitLab