logger: remove old constants.
This commit is contained in:
parent
7d6ebd0201
commit
9ab06b8e81
@ -114,23 +114,6 @@ Logger.styles = [
|
||||
'90'
|
||||
];
|
||||
|
||||
/**
|
||||
* Default CSI colors for modules.
|
||||
* @const {String[]}
|
||||
* @default
|
||||
*/
|
||||
|
||||
Logger.colors = [
|
||||
'32',
|
||||
'92',
|
||||
'34',
|
||||
'94',
|
||||
'35',
|
||||
'95',
|
||||
'36',
|
||||
'96'
|
||||
];
|
||||
|
||||
/**
|
||||
* Set logger options.
|
||||
* @param {Object} options
|
||||
|
||||
Loading…
Reference in New Issue
Block a user