mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-14 00:32:47 +02:00
chore: remove unused variables
This commit is contained in:
parent
b1e785b6c3
commit
8b381777bc
5 changed files with 11 additions and 83 deletions
|
@ -5,7 +5,7 @@ function clearScreen() {
|
|||
process.stdout.write('\x1Bc');
|
||||
}
|
||||
|
||||
module.exports = class LogPlugin {
|
||||
module.exports = class BlogiLog {
|
||||
constructor(options) {
|
||||
this.options = options;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue