Skip to content

Commit

Permalink
disabled memwatch for more quick debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Costanza committed Apr 23, 2015
1 parent 2e0d03a commit abb32b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (suppressLogs, dbTestUrl, callback) {
swigHelpers = require('./helpers/swig'),
enums = require('./enums'),
urlCanon = require('./components/alexgreenland/url-canon/0.2.8/canon'),
memwatch = require('memwatch'),
//memwatch = require('memwatch'),
router = require('./routing/router'),
authConfig = require('./lib/auth'),
log = require('./log'),
Expand Down

0 comments on commit abb32b1

Please sign in to comment.