From 71b647aab174b8ba24ac0ae803071bdf29d39d9f Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 6 Dec 2021 08:17:07 +0000 Subject: [PATCH] Removed unused import refs https://github.com/TryGhost/Ghost/commit/ec284784352bfd7f612ddf43c7448e2070764ece - I removed use of the `logging` variable in the last commit so we no longer need the library import - this fixes a linting issue --- core/server/notify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/server/notify.js b/core/server/notify.js index f49d2af86c..316be4f77c 100644 --- a/core/server/notify.js +++ b/core/server/notify.js @@ -8,7 +8,6 @@ // Required Ghost internals const config = require('../shared/config'); -const logging = require('@tryghost/logging'); let notified = { started: false,