forked from vergnet/application-amicale
Remove log function
This commit is contained in:
parent
5a788f4b6d
commit
cff18d8256
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue