chore: remove unused variables

This commit is contained in:
endiliey 2018-07-29 14:54:34 +08:00
parent b1e785b6c3
commit 8b381777bc
5 changed files with 11 additions and 83 deletions

View file

@ -5,7 +5,7 @@ function clearScreen() {
process.stdout.write('\x1Bc');
}
module.exports = class LogPlugin {
module.exports = class BlogiLog {
constructor(options) {
this.options = options;
}