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;
@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,