From 021e7063d759955708fa8a592543d6ae9cdc7bce Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 23 Sep 2020 10:16:40 +0000 Subject: [PATCH] [Library | Trunk]: Fix reload url after login and logout git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59458 d315682c-612b-4755-9ff5-7f18f6832af3 --- reload/reload.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/reload/reload.component.ts b/reload/reload.component.ts index 5d5291c7..48611c4a 100644 --- a/reload/reload.component.ts +++ b/reload/reload.component.ts @@ -25,7 +25,6 @@ export class ReloadComponent { public ngOnInit() { HelperFunctions.scroll(); var URL = Session.getReloadUrl(); - console.log(URL); if (URL && URL["path"] && URL["path"] != null && URL["path"] != "") { var url = URL["path"]; var host = URL["host"];