Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 882530c

Browse files
antleblancAxelPeter
authored andcommitted
refactor(oui-datagrid): remove extra console.log (#392)
1 parent b094289 commit 882530c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/oui-datagrid/src/datagrid.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ export default class DatagridController {
283283
setTimeout(() => this.checkScroll(), checkScrollOnRefreshDataDelay);
284284
}
285285
})
286-
.catch(error => console.log(error))
287286
.finally(() => {
288287
this.loading = false;
289288
this.firstLoading = false;

0 commit comments

Comments
 (0)