0
Fork 0
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:
Daniel Lockyer 2021-12-06 08:17:07 +00:00
parent ec28478435
commit 71b647aab1
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -8,7 +8,6 @@
// Required Ghost internals // Required Ghost internals
const config = require('../shared/config'); const config = require('../shared/config');
const logging = require('@tryghost/logging');
let notified = { let notified = {
started: false, started: false,