From a152c15ec7bb6a326dc35dbe022da5f0f8b5921a Mon Sep 17 00:00:00 2001 From: Toba Ojo Date: Mon, 20 Oct 2025 10:59:38 +0100 Subject: [PATCH] - removed console.log --- src/context/providers/SoundContextProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/providers/SoundContextProvider.tsx b/src/context/providers/SoundContextProvider.tsx index 8f7fa57..37e75ec 100644 --- a/src/context/providers/SoundContextProvider.tsx +++ b/src/context/providers/SoundContextProvider.tsx @@ -20,7 +20,7 @@ const SoundContextProvider = ({ children }: SoundContextProviderProps) => { operation: "VIEW", path: "soundSettings", }); - console.log(result.result); + dispatch({ type: "UPDATE", payload: result.result }); }; fetchSound();