forkad från vergnet/application-amicale
Remove log function
This commit is contained in:
förälder
5a788f4b6d
incheckning
cff18d8256
1 ändrade filer med 0 tillägg och 1 borttagningar
|
|
@ -117,7 +117,6 @@ export default class ConnectionManager {
|
|||
body: JSON.stringify(data)
|
||||
}).then(async (response) => response.json())
|
||||
.then((data) => {
|
||||
console.log(data);
|
||||
if (this.isConnectionResponseValid(data)) {
|
||||
if (data.state) {
|
||||
this.saveLogin(email, data.token)
|
||||
|
|
|
|||
Laddar…
Referens i nytt ärende