From 3e31e1c512ff6f8e7deaf5c546765537c42dca44 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 8 Dec 2024 09:16:43 -0500 Subject: [PATCH] Comment out err. --- api_tests/src/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_tests/src/shared.ts b/api_tests/src/shared.ts index b10d57002..4cad739f4 100644 --- a/api_tests/src/shared.ts +++ b/api_tests/src/shared.ts @@ -208,7 +208,7 @@ async function allowInstance(api: LemmyHttp, instance: string) { try { await api.adminAllowInstance(params); } catch (error) { - console.error(error); + // console.error(error); } }