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 2019/12/30 15:35:08 UTC

[incubator-dlab] branch DLAB-1420 updated: [DLAB-1420]: small fix

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

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


The following commit(s) were added to refs/heads/DLAB-1420 by this push:
     new 7413f93  [DLAB-1420]: small fix
7413f93 is described below

commit 7413f93447cf167968a047283cc211636f2196e7
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Mon Dec 30 17:34:51 2019 +0200

    [DLAB-1420]: small fix
---
 .../modal-dialog/edge-action-dialog/edge-action-dialog.component.ts      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts
index f223c74..913d6bb 100644
--- a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts
@@ -69,6 +69,5 @@ export class EdgeActionDialogComponent {
 
   public endpointAction() {
     this.endpointsNewStatus = this.data.item.filter(endpoint => endpoint.checked);
-    console.log(this.endpointsNewStatus)
   }
 }


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