Skip to content

Commit f43aa1f

Browse files
committed
chore(*): remove console.log call
1 parent b4a646a commit f43aa1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/grid/grid-batchEditing-remotePaging/batch-editing-remote-paging.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ export class RemotePagingBatchEditingComponent implements OnInit, AfterViewInit,
130130
next: (count: number) => {
131131
this.totalCount = count;
132132
this._recordsOnServer = count;
133-
console.log(count)
134133
this.grid1.transactions.commit(this.grid1.data);
135134
this.preventDisplayingEmptyPages();
136135
},

0 commit comments

Comments
 (0)