From 71293f9fb979216067e715e07ffd4705f8a3fa85 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 4 Oct 2024 12:43:49 +0000 Subject: [PATCH] remove console logger from plugin loader --- packages/pockethost/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pockethost/src/constants.ts b/packages/pockethost/src/constants.ts index f3a884ac..50b8d63d 100644 --- a/packages/pockethost/src/constants.ts +++ b/packages/pockethost/src/constants.ts @@ -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()),