refactor: remove console.log

isekai-main
Barış Soner Uşaklı 3 years ago
parent 59214ca297
commit a76444662c

@ -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);
}

Loading…
Cancel
Save