From 27eb527cce0041c16e87f090fbdc1baf380ec05b Mon Sep 17 00:00:00 2001 From: Rizky Date: Fri, 28 Jun 2024 00:10:42 +0700 Subject: [PATCH] fix --- pkgs/utils/br-load.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/utils/br-load.ts b/pkgs/utils/br-load.ts index 432712b..4407029 100644 --- a/pkgs/utils/br-load.ts +++ b/pkgs/utils/br-load.ts @@ -6,7 +6,6 @@ import { simpleHash } from "./cache"; const encoder = new TextEncoder(); const brotli = await brotliPromise; export const loadCachedBr = (hash: string, content: string) => { - console.log(!g.cache.br[hash]); if (!g.cache.br[hash]) { if (!g.cache.br_progress.pending[hash]) { g.cache.br_progress.pending[hash] = content;