removed console.logs

This commit is contained in:
mrfry 2022-08-24 18:57:02 +02:00
parent 3029d255ea
commit b85429f788

View file

@ -238,12 +238,10 @@ export default function UserFiles({
alert(`a(z) '${dirName}' mappa törölve!`)
} else {
alert('Hiba törlés közben!')
console.log(res)
}
})
.catch((e) => {
alert('Hálózati hiba!')
console.log(e)
})
},
[router]