mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove errant console.log
This commit is contained in:
@@ -633,7 +633,6 @@ _.extend(AppRunner.prototype, {
|
||||
|
||||
while (true) {
|
||||
crashTimer = setTimeout(function () {
|
||||
console.log("CRASH TIMER")
|
||||
crashCount = 0;
|
||||
}, 3000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user