Skip to content

Commit 2a846df

Browse files
committed
fix-2472
1 parent 5d1ace9 commit 2a846df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/app/authorize/pages/authorize/authorize.component.ts

-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export class AuthorizeComponent {
111111
* Internal method to finalize redirection (non-observable variant).
112112
*/
113113
finishRedirect(): void {
114-
console.log('finishRedirect')
115114
if (this.redirectByReportAlreadyAuthorize) {
116115
this.reportReAuthorization(this.oauthSession)
117116
} else {
@@ -131,7 +130,6 @@ export class AuthorizeComponent {
131130
private finishRedirectObs(
132131
oauthSession: RequestInfoForm
133132
): Observable<boolean> {
134-
console.log('finishRedirectObs')
135133
;(this.window as any).outOfRouterNavigation(oauthSession.redirectUrl)
136134
return NEVER
137135
}

0 commit comments

Comments
 (0)