remove console logger from plugin loader

This commit is contained in:
Ben Allfree
2024-10-04 12:43:49 +00:00
parent 46aeaaa1c2
commit 71293f9fb9

View File

@@ -78,7 +78,7 @@ if (_IS_DEV) {
}
export const SETTINGS = {
PH_PLUGINS: mkCsvString([`@pockethost/plugin-console-logger`]),
PH_PLUGINS: mkCsvString([]),
PH_HOME: mkPath(_PH_HOME, { create: true }),
PH_PROJECT_ROOT: mkPath(PH_PROJECT_ROOT()),