forked from mystiq/hydrogen-web
remove debug log
This commit is contained in:
parent
993bc36096
commit
9760a4540e
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue