knownasilya/ember-plupload

Turn off moxie logging?

dasnixon opened this issue · 4 comments

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.

In plupload/js/moxie.js just change

;var MXI_DEBUG = true;

to

;var MXI_DEBUG = false;

(.______ .)

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

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

Released!