You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Remove missed debug log
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user