Remove log function

This commit is contained in:
Arnaud Vergnet 2020-03-31 21:24:03 +02:00
parent 5a788f4b6d
commit cff18d8256

View file

@ -117,7 +117,6 @@ export default class ConnectionManager {
body: JSON.stringify(data) body: JSON.stringify(data)
}).then(async (response) => response.json()) }).then(async (response) => response.json())
.then((data) => { .then((data) => {
console.log(data);
if (this.isConnectionResponseValid(data)) { if (this.isConnectionResponseValid(data)) {
if (data.state) { if (data.state) {
this.saveLogin(email, data.token) this.saveLogin(email, data.token)