mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Removed console.logs
This commit is contained in:
parent
f3e2e2cec3
commit
0f3841a2b4
6 changed files with 4 additions and 43 deletions
|
@ -68,11 +68,11 @@ export default function PwRequest(props) {
|
|||
})
|
||||
.catch((e) => {
|
||||
setResult([...result, 'Szerver oldali hiba!'])
|
||||
console.log(e)
|
||||
console.error(e)
|
||||
})
|
||||
} catch (e) {
|
||||
setResult([...result, 'Szerver oldali hiba!'])
|
||||
console.log(e)
|
||||
console.error(e)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue