From 42845fdb3631e80d9b5670d5559dd4f50e88bfa6 Mon Sep 17 00:00:00 2001 From: Jeff Daley Date: Tue, 19 Mar 2024 12:58:51 -0400 Subject: [PATCH] Update config.ts --- web/mirage/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/mirage/config.ts b/web/mirage/config.ts index 926998028..16980eb4f 100644 --- a/web/mirage/config.ts +++ b/web/mirage/config.ts @@ -819,6 +819,9 @@ export default function (mirageConfig) { *************************************************************************/ this.head("/me", (schema, _request) => { + // Stop this from cluttering the console when "Mirage logging" is checked + this.logging = false; + let isLoggedIn = schema.db.me[0].isLoggedIn; if (isLoggedIn) {