1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Remove missed debug log

This commit is contained in:
Kegan Dougal
2015-11-19 16:47:28 +00:00
parent b12f0f1df7
commit 23467de016

View File

@@ -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) {