From b810163be386523ea9f8f944f1dca51af264882a Mon Sep 17 00:00:00 2001 From: Yubing325 <35515298+Yubing325@users.noreply.github.com> Date: Thu, 11 Jun 2020 08:50:53 -0500 Subject: [PATCH] remove debugger --- .../lib/command-modal/directives/command-modal.directive.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts index 9bc2866..78149f5 100644 --- a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts +++ b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts @@ -22,13 +22,11 @@ export class CommandModalDirective { @Input() animated: boolean; @HostListener('click') - wasClicked() { - debugger; + wasClicked() { this.dataSource.resolveCommandModelByName({ command: this.command, model: this.model - }).subscribe(commandModel => { - debugger; + }).subscribe(commandModel => { const initialState = { dataSource: this.dataSource, command: this.command,