remove logs
This commit is contained in:
@@ -18,7 +18,6 @@ const ConfigApp = ({children}) => {
|
||||
response.data.data.forEach(item => {
|
||||
_config[item.name] = isValidJson(item.value) ? JSON.parse(item.value) : item.value
|
||||
})
|
||||
console.log(_config)
|
||||
setConfig(_config)
|
||||
} catch (error) {
|
||||
setError(true)
|
||||
|
||||
Reference in New Issue
Block a user