File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var express = require('express')
6
6
, secrets = env . secrets
7
7
, EventEmitter = require ( 'events' ) . EventEmitter
8
8
, Stats = require ( '../models/stats' )
9
- , ratchetio = require ( 'ratchetio' ) ;
9
+ // , ratchetio = require('ratchetio');
10
10
require ( 'jadevu' ) ;
11
11
12
12
// express
@@ -19,7 +19,7 @@ app.paths = {
19
19
} ;
20
20
21
21
// uncaught error handling
22
- ratchetio . handleUncaughtExceptions ( 'a99bad94e4ba4ec0b78dc90e033743b1' ) ;
22
+ // ratchetio.handleUncaughtExceptions('a99bad94e4ba4ec0b78dc90e033743b1');
23
23
24
24
process . on ( 'uncaughtException' , function ( e ) {
25
25
util . debug ( e . stack . red ) ;
@@ -106,7 +106,7 @@ app.configure(function() {
106
106
app . use ( app . router ) ;
107
107
108
108
// request error handling
109
- app . use ( ratchetio . errorHandler ( ) ) ;
109
+ // app.use(ratchetio.errorHandler());
110
110
111
111
app . use ( function ( e , req , res , next ) {
112
112
if ( typeof ( e ) === 'number' )
You can’t perform that action at this time.
0 commit comments