Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Karyum committed Feb 26, 2018
1 parent b92545c commit 5928f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/image-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
imagePreview.classList.remove('dn');
})
.catch(function(err) {
console.log(err);
imagePreview.src = '';
hiddenFileInput.value = '';
fileErrorMessage.textContent = 'Could not upload file';
Expand Down

0 comments on commit 5928f98

Please sign in to comment.