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
1 changed files with 0 additions and 7 deletions

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(); const config = getConfig();
bundleConfig(config); bundleConfig(config);
bundleBinaryAssets(); bundleBinaryAssets();