How to disable all console exceptions on production?

I use meteor build to bundle my app so that it can be deployed. However, I’ve noticed that the developer console gets a LOT of exception messages, mostly from debug.js (specifically realated to autoform) While these exceptions are harmless, I am still required to have them not show up in the dev console. Is there a way to disable all these exceptions?

Thanks.