diff options
| author | rr- <rr-@sakuya.pl> | 2017-01-07 16:52:57 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2017-01-08 10:25:29 +0100 |
| commit | 5c0765c30e111ed28b275e2575280ce4d399a8e2 (patch) | |
| tree | 827aa9e540a1fc55d1e53df4ceadf6c1eec955cc /client/build.js | |
| parent | df663e7b35d3c4f0d9da6de7a8f77d54cd69310a (diff) | |
client/build: remove extra printer
It kept hanging node. Fuck.
Diffstat (limited to 'client/build.js')
| -rw-r--r-- | client/build.js | 7 |
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(); |