We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a860700 commit 4820132Copy full SHA for 4820132
src/lib/sb-file-uploader-hoc.jsx
@@ -95,7 +95,6 @@ const SBFileUploaderHOC = function (WrappedComponent) {
95
projectChanged,
96
userOwnsProject
97
} = this.props;
98
- // console.log(this.prop.loadingState);
99
100
const thisFileInput = e.target;
101
if (thisFileInput.files) { // Don't attempt to load if no file was selected
0 commit comments