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"];