knownasilya / ember-plupload

Ember component for handling uploads using plupload
MIT License
87 stars 53 forks source link

Turn off moxie logging? #57

Closed dasnixon closed 8 years ago

dasnixon commented 8 years ago

Is there a way to stop moxie from logging? I was looking through their source but don't see a trivial way to do so. Thanks for taking a look.

splattne commented 8 years ago

In plupload/js/moxie.js just change

;var MXI_DEBUG = true;

to

;var MXI_DEBUG = false;

tim-evans commented 8 years ago

(.__ .)

Oh dear. I wish I could make this easier for y'all.

splattne commented 8 years ago

Could you please release a new version for this change if you have time? Thanks!

tim-evans commented 8 years ago

Released!