Skip to content

Commit d19cf91

Browse files
committed
removed stale comments
1 parent 59f4289 commit d19cf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/sb-file-uploader-hoc.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const SBFileUploaderHOC = function (WrappedComponent) {
157157
})
158158
.catch(error => {
159159
log.warn(error);
160-
this.props.intl.formatMessage(messages.loadError); // eslint-disable-line no-alert
160+
this.props.intl.formatMessage(messages.loadError);
161161
this.props.onLoadingFinished(this.props.loadingState, false);
162162
})
163163
.then(() => {
@@ -233,7 +233,7 @@ const SBFileUploaderHOC = function (WrappedComponent) {
233233
projectChanged: state.scratchGui.projectChanged,
234234
userOwnsProject: ownProps.authorUsername && user &&
235235
(ownProps.authorUsername === user.username),
236-
vm: state.scratchGui.vm // NOTE: double check this belongs here
236+
vm: state.scratchGui.vm
237237
};
238238
};
239239
const mapDispatchToProps = (dispatch, ownProps) => ({

0 commit comments

Comments
 (0)