Skip to content

Commit 513d6e6

Browse files
authored
Update label-dialog.component.ts
removed logs
1 parent 463ca59 commit 513d6e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/app/dashboard/label-dialog/label-dialog.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export class LabelDialogComponent implements OnInit {
3939
}
4040

4141
onKeydown(event) {
42-
console.log(event);
4342
this.thislabelDialogRef.close({
4443
status: 'Add',
4544
labelName: this.labelName

0 commit comments

Comments
 (0)