移除console.log

This commit is contained in:
hanhh
2021-05-29 12:05:36 +08:00
parent e5ec982891
commit 06595021cd
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -159,7 +159,6 @@ export default class CronService {
.map((x) => x.pid)
.filter((x) => !!x)
.join('\n');
console.log(pids);
exec(`echo - e "${pids}" | xargs kill - 9`, (err) => {
resolve();
});