mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
删除console
This commit is contained in:
parent
d687e79b6c
commit
c769c598b8
|
@ -412,9 +412,6 @@ export default class CronService {
|
|||
const tmpStr = command.startsWith('/') ? command.substring(1) : command;
|
||||
const index = tmpStr.indexOf('/') !== -1 ? tmpStr.indexOf('/') : 0;
|
||||
if (index) {
|
||||
console.log(
|
||||
`${tmpStr.substring(0, index)}_${command.substring(start, end)}`,
|
||||
);
|
||||
return `${tmpStr.substring(0, index)}_${command.substring(start, end)}`;
|
||||
} else {
|
||||
return command.substring(start, end);
|
||||
|
|
Loading…
Reference in New Issue
Block a user