Browse Source

Remove log function

Arnaud Vergnet 4 years ago
parent
commit
cff18d8256
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      managers/ConnectionManager.js

+ 0
- 1
managers/ConnectionManager.js View File

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

Loading…
Cancel
Save