client/build: remove extra printer

It kept hanging node. Fuck.
This commit is contained in:
rr- 2017-01-07 16:52:57 +01:00
parent df663e7b35
commit 5c0765c30e

View file

@ -213,13 +213,6 @@ function bundleBinaryAssets() {
});
}
process.on('uncaughtException', (error) => {
const stack = error.stack;
delete error.stack;
console.log(error);
console.log(stack);
});
const config = getConfig();
bundleConfig(config);
bundleBinaryAssets();