From 1e369724fb2d6a4c784208a68241797ae392cd9c Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 25 Jul 2024 01:23:43 -0400 Subject: [PATCH] Remove Predicate for NoNitroUpsell I forgot it logs it when its off --- src/plugins/consoleJanitor/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/consoleJanitor/index.ts b/src/plugins/consoleJanitor/index.ts index 8f7e54f5..1e8bb132 100644 --- a/src/plugins/consoleJanitor/index.ts +++ b/src/plugins/consoleJanitor/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -import { definePluginSettings, Settings } from "@api/Settings"; +import { definePluginSettings } from "@api/Settings"; import { Devs } from "@utils/constants"; import definePlugin, { OptionType } from "@utils/types"; @@ -105,7 +105,6 @@ export default definePlugin({ }, { find: "ProductCatalog", - predicate: () => Settings.plugins.NoNitroUpsell.enabled, replacement: { match: /\i\.warn\("Cannot find the corresponding SKU to the user's premium type "\.concat\(\i\.premiumType\)\),/, replace: ""