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)
|
||||
}).then(async (response) => response.json())
|
||||
.then((data) => {
|
||||
console.log(data);
|
||||
if (this.isConnectionResponseValid(data)) {
|
||||
if (data.state) {
|
||||
this.saveLogin(email, data.token)
|
||||
|
|
Loading…
Reference in a new issue