Remove console level from help command
This commit is contained in:
parent
774204582e
commit
e46a76e9f6
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ const printHelp = (c) => {
|
|||
case 2:
|
||||
cmdColor = 'dark_red'
|
||||
break
|
||||
case 3:
|
||||
cmdColor = 'dark_red'
|
||||
break
|
||||
default:
|
||||
cmdColor = 'green'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue