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 e978567 commit 1f94590Copy full SHA for 1f94590
client/modules/IDE/components/FileUploader.jsx
@@ -36,7 +36,6 @@ class FileUploader extends React.Component {
36
sending: this.props.dropzoneSendingCallback,
37
complete: this.props.dropzoneCompleteCallback,
38
success: (file, response) => {
39
- console.log(response);
40
file.previewElement.querySelector('.dz-progress').remove();
41
}
42
// error: (file, errorMessage) => {
0 commit comments