From bdfac2524ea0dc24ebf7f8fcbf1da0a2b227e813 Mon Sep 17 00:00:00 2001 From: Sam Lord Date: Thu, 17 Jun 2021 09:36:47 +0100 Subject: [PATCH] Revert "Re-export logging in ./core/shared/logging" This reverts commit 588bbcab8483f45364ff091350610d288b727dc3. --- core/shared/logging.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 core/shared/logging.js diff --git a/core/shared/logging.js b/core/shared/logging.js deleted file mode 100644 index ba746d5270..0000000000 --- a/core/shared/logging.js +++ /dev/null @@ -1,7 +0,0 @@ -const logging = require('@tryghost/logging'); - -/** - * TODO: Remove this file once Ghost (Pro) no longer relies on ./core/shared/logging.js - * This re-exports the same interface that the original logging module provided - */ -module.exports = logging; \ No newline at end of file