mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-09 15:08:35 -06:00
Removed a debug statement from the ConfigContext.jsx
This commit is contained in:
@@ -30,7 +30,6 @@ export const ConfigProvider = (props) => {
|
||||
|
||||
useEffect(() => {
|
||||
if (config.acceptOoklaLicense !== undefined && config.acceptOoklaLicense === "false" && !dialogShown) {
|
||||
console.log(config)
|
||||
setDialogShown(true);
|
||||
setDialog(acceptDialog());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user