remove debug log

This commit is contained in:
Bruno Windels 2021-08-23 16:04:00 +02:00
parent 993bc36096
commit 9760a4540e

View file

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