mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed unused import
refs ec28478435
- I removed use of the `logging` variable in the last commit so we no
longer need the library import
- this fixes a linting issue
This commit is contained in:
parent
ec28478435
commit
71b647aab1
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
// Required Ghost internals
|
||||
const config = require('../shared/config');
|
||||
const logging = require('@tryghost/logging');
|
||||
|
||||
let notified = {
|
||||
started: false,
|
||||
|
|
Loading…
Reference in a new issue