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);