diff --git a/managers/ConnectionManager.js b/managers/ConnectionManager.js index e0043a8..e116922 100644 --- a/managers/ConnectionManager.js +++ b/managers/ConnectionManager.js @@ -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)