From a76444662c763b59cdec9b38f9770dc64ae9cf4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 17 Dec 2021 19:06:41 -0500 Subject: [PATCH] refactor: remove console.log --- loader.js | 1 - 1 file changed, 1 deletion(-) diff --git a/loader.js b/loader.js index 7149b8b8a4..1d86d3a37e 100644 --- a/loader.js +++ b/loader.js @@ -187,7 +187,6 @@ Loader.stop = function () { killWorkers(); // Clean up the pidfile - console.log('stop called'); if (nconf.get('daemon') !== 'false' && nconf.get('daemon') !== false) { fs.unlinkSync(pidFilePath); }