Skip to content

Commit 4820132

Browse files
committed
removed stray comment
1 parent a860700 commit 4820132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ const SBFileUploaderHOC = function (WrappedComponent) {
9595
projectChanged,
9696
userOwnsProject
9797
} = this.props;
98-
// console.log(this.prop.loadingState);
9998

10099
const thisFileInput = e.target;
101100
if (thisFileInput.files) { // Don't attempt to load if no file was selected

0 commit comments

Comments
 (0)