mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
remove debug log
This commit is contained in:
parent
993bc36096
commit
9760a4540e
@ -192,7 +192,6 @@ export class LoginViewModel extends ViewModel {
|
||||
this._loginOptions = await queryOperation.result;
|
||||
}
|
||||
catch (e) {
|
||||
console.log("error", e);
|
||||
if (e.name === "AbortError") {
|
||||
return; //aborted, bail out
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user