admin(ui): remove console.logs
This commit is contained in:
parent
46759ba967
commit
ff4a64bfff
3 changed files with 1 additions and 8 deletions
|
@ -22,10 +22,7 @@ export default () => {
|
|||
|
||||
useEffect(() => {
|
||||
getNodeConfiguration(node.id)
|
||||
.then((configuration) => {
|
||||
console.log(configuration);
|
||||
setConfiguration(configuration);
|
||||
})
|
||||
.then((configuration) => setConfiguration(configuration))
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
clearAndAddHttpError({ key: 'node', error });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue