comment out webkit-devtools-agent - only for my pesronal use, really

This commit is contained in:
Tyler Renelle
2013-03-05 20:35:13 -05:00
parent a002932210
commit 44714bcc5b
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -26,8 +26,7 @@
"superagent": "~0.12.4",
"resolve": "~0.2.3",
"browserify": "1.17.3",
"expect.js": "~0.2.0",
"webkit-devtools-agent": "*"
"expect.js": "~0.2.0"
},
"private": true,
"subdomain": "habitrpg",
+2 -2
View File
@@ -22,7 +22,7 @@ process.env.SMTP_SERVICE = conf.get("SMTP_SERVICE");
process.env.STRIPE_API_KEY = conf.get("STRIPE_API_KEY");
process.env.STRIPE_PUB_KEY = conf.get("STRIPE_PUB_KEY");
var agent;
/*var agent;
if (process.env.NODE_ENV === 'development') {
// Follow these instructions for profiling / debugging leaks
// * https://developers.google.com/chrome-developer-tools/docs/heap-profiling
@@ -31,7 +31,7 @@ if (process.env.NODE_ENV === 'development') {
console.log("To debug memory leaks:" +
"\n\t(1) Run `kill -SIGUSR2 " + process.pid + "`" +
"\n\t(2) open http://c4milo.github.com/node-webkit-agent/21.0.1180.57/inspector.html?host=localhost:1337&page=0");
}
}*/
process.on('uncaughtException', function (error) {