diff --git a/tools/run-app.js b/tools/run-app.js index 17bf315ba4..e05bd152d7 100644 --- a/tools/run-app.js +++ b/tools/run-app.js @@ -633,7 +633,6 @@ _.extend(AppRunner.prototype, { while (true) { crashTimer = setTimeout(function () { - console.log("CRASH TIMER") crashCount = 0; }, 3000);