remove debugger

This commit is contained in:
Yubing325 2020-06-11 08:50:53 -05:00
parent 46b6d0948c
commit b810163be3

View File

@ -22,13 +22,11 @@ export class CommandModalDirective {
@Input() animated: boolean; @Input() animated: boolean;
@HostListener('click') @HostListener('click')
wasClicked() { wasClicked() {
debugger;
this.dataSource.resolveCommandModelByName({ this.dataSource.resolveCommandModelByName({
command: this.command, command: this.command,
model: this.model model: this.model
}).subscribe(commandModel => { }).subscribe(commandModel => {
debugger;
const initialState = { const initialState = {
dataSource: this.dataSource, dataSource: this.dataSource,
command: this.command, command: this.command,