logger: remove old constants.

This commit is contained in:
Christopher Jeffrey 2017-03-14 05:48:04 -07:00
parent 7d6ebd0201
commit 9ab06b8e81
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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