Remove errant console.log

This commit is contained in:
David Glasser
2014-08-07 14:37:26 -07:00
parent 2d5c481e49
commit d8551ef656

View File

@@ -633,7 +633,6 @@ _.extend(AppRunner.prototype, {
while (true) {
crashTimer = setTimeout(function () {
console.log("CRASH TIMER")
crashCount = 0;
}, 3000);