- removed console.log
This commit is contained in:
@@ -20,7 +20,7 @@ const SoundContextProvider = ({ children }: SoundContextProviderProps) => {
|
|||||||
operation: "VIEW",
|
operation: "VIEW",
|
||||||
path: "soundSettings",
|
path: "soundSettings",
|
||||||
});
|
});
|
||||||
console.log(result.result);
|
|
||||||
dispatch({ type: "UPDATE", payload: result.result });
|
dispatch({ type: "UPDATE", payload: result.result });
|
||||||
};
|
};
|
||||||
fetchSound();
|
fetchSound();
|
||||||
|
|||||||
Reference in New Issue
Block a user