Revert "Re-export logging in ./core/shared/logging"

This reverts commit 588bbcab84.
This commit is contained in:
Sam Lord 2021-06-17 09:36:47 +01:00
parent 557ef28ae5
commit bdfac2524e

View File

@ -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;