mirror of https://github.com/vector-im/riot-web
Remove missed debug log
parent
b12f0f1df7
commit
23467de016
|
|
@ -129,7 +129,6 @@ class Register extends Signup {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
if (error.httpStatus === 401 && error.data && error.data.flows) {
|
if (error.httpStatus === 401 && error.data && error.data.flows) {
|
||||||
self.data = error.data || {};
|
self.data = error.data || {};
|
||||||
console.log("RAW: %s", JSON.stringify(error.data));
|
|
||||||
var flow = self.chooseFlow(error.data.flows);
|
var flow = self.chooseFlow(error.data.flows);
|
||||||
|
|
||||||
if (flow) {
|
if (flow) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue