From be247f5655de881bba653348aac748fa573ebbed Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Thu, 16 Feb 2023 14:55:15 -0300 Subject: [PATCH] removing logs from run-app.js --- tools/runners/run-app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/runners/run-app.js b/tools/runners/run-app.js index 63425a1cc1..5ec1fc74b6 100644 --- a/tools/runners/run-app.js +++ b/tools/runners/run-app.js @@ -941,7 +941,6 @@ Object.assign(AppRunner.prototype, { var self = this; var firstRun = true; - console.log('before while'); while (true) { var runResult = await self._runOnce({ onListen: function () { @@ -1033,12 +1032,10 @@ Object.assign(AppRunner.prototype, { break; } - console.log('before close'); // Allow the process to exit normally, since optimistic file watchers // may be keeping the event loop busy. closeAllWatchers(); - console.log('before clean'); // Giving up for good. self._cleanUpPromises();