Remove log function
This commit is contained in:
父節點
5a788f4b6d
當前提交
cff18d8256
共有 1 個文件被更改,包括 0 次插入 和 1 次删除
|
@ -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)
|
||||
|
|
載入中…
Reference in a new issue