From 128eeb24ac9f092931db7590b12a4c8d8335522a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 10 Feb 2025 21:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4WASM=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ColorFunctionContext.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ColorFunctionContext.tsx b/src/ColorFunctionContext.tsx index e368e49..4f79b01 100644 --- a/src/ColorFunctionContext.tsx +++ b/src/ColorFunctionContext.tsx @@ -42,7 +42,6 @@ export function ColorFunctionProvider({ children }: WasmProviderProps) { try { await init(); setWasmInstance(funcs); - console.debug('[Load WASM]', 'Loaded'); } catch (e) { console.error('[Load WASM]', e); setError(e);