Navigation Menu

Skip to content

Commit

Permalink
Don't control pretty print of results
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent 07f09fe commit cf5ce50
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/adapter/http.js
Expand Up @@ -168,10 +168,5 @@ exports.register = function(application, params) {
handler: handler });
});

var env = process.env.NODE_ENV || 'development';
if (env == 'production') {
application.set('json spaces', -1); // disable pretty print
}

return registeredCommands;
}

0 comments on commit cf5ce50

Please sign in to comment.