mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +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 tmpStr = command.startsWith('/') ? command.substring(1) : command;
|
||||||
const index = tmpStr.indexOf('/') !== -1 ? tmpStr.indexOf('/') : 0;
|
const index = tmpStr.indexOf('/') !== -1 ? tmpStr.indexOf('/') : 0;
|
||||||
if (index) {
|
if (index) {
|
||||||
console.log(
|
|
||||||
`${tmpStr.substring(0, index)}_${command.substring(start, end)}`,
|
|
||||||
);
|
|
||||||
return `${tmpStr.substring(0, index)}_${command.substring(start, end)}`;
|
return `${tmpStr.substring(0, index)}_${command.substring(start, end)}`;
|
||||||
} else {
|
} else {
|
||||||
return command.substring(start, end);
|
return command.substring(start, end);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user