Removed a debug statement from the ConfigContext.jsx

This commit is contained in:
Mathias Wagner
2023-02-19 18:41:52 +01:00
parent 7a54e39162
commit 669498a4df

View File

@@ -30,7 +30,6 @@ export const ConfigProvider = (props) => {
useEffect(() => {
if (config.acceptOoklaLicense !== undefined && config.acceptOoklaLicense === "false" && !dialogShown) {
console.log(config)
setDialogShown(true);
setDialog(acceptDialog());
}