summaryrefslogtreecommitdiff
path: root/client/build.js
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2017-01-07 16:52:57 +0100
committerrr- <rr-@sakuya.pl>2017-01-08 10:25:29 +0100
commit5c0765c30e111ed28b275e2575280ce4d399a8e2 (patch)
tree827aa9e540a1fc55d1e53df4ceadf6c1eec955cc /client/build.js
parentdf663e7b35d3c4f0d9da6de7a8f77d54cd69310a (diff)
client/build: remove extra printer
It kept hanging node. Fuck.
Diffstat (limited to 'client/build.js')
-rw-r--r--client/build.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/build.js b/client/build.js
index 25fe512..a803acb 100644
--- a/client/build.js
+++ b/client/build.js
@@ -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();