Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Aug 12, 2018
1 parent f4e0c1f commit ae2ded9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion module/ui/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export class Uploader {
},

'reqLoad': (event) => {
console.log(event)
const {response} = this._xhr

// Clear the handle to the request
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manhattan-assets",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.10",
"description": "File and image uploads for forms.",
"engines": {
"node": ">=8.9.4"
Expand Down

0 comments on commit ae2ded9

Please sign in to comment.