You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/04/22 10:37:29 UTC

[incubator-dlab] branch DLAB-1727 updated: Removed console

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DLAB-1727
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1727 by this push:
     new 5cb698a  Removed console
5cb698a is described below

commit 5cb698a8cf23739d112e908306753c1e52ebb179
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Apr 22 13:37:11 2020 +0300

    Removed console
---
 .../main/resources/webapp/src/app/core/services/appRouting.service.ts    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/core/services/appRouting.service.ts b/services/self-service/src/main/resources/webapp/src/app/core/services/appRouting.service.ts
index 0f05bcb..1a80759 100644
--- a/services/self-service/src/main/resources/webapp/src/app/core/services/appRouting.service.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/core/services/appRouting.service.ts
@@ -34,7 +34,6 @@ export class AppRoutingService {
   }
 
   redirectToHomePage(): void {
-    console.log('redirect');
     this.router.navigate(['/resources_list']);
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org