remove debugger
This commit is contained in:
		
							parent
							
								
									46b6d0948c
								
							
						
					
					
						commit
						b810163be3
					
				| @ -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, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user