mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Remove missed debug log
This commit is contained in:
parent
b12f0f1df7
commit
23467de016
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ class Register extends Signup {
|
|||
console.error(error);
|
||||
if (error.httpStatus === 401 && error.data && error.data.flows) {
|
||||
self.data = error.data || {};
|
||||
console.log("RAW: %s", JSON.stringify(error.data));
|
||||
var flow = self.chooseFlow(error.data.flows);
|
||||
|
||||
if (flow) {
|
||||
|
|
Loading…
Reference in a new issue