Skip to content

Commit 01b7f68

Browse files
committed
#6650 removed testing log
1 parent b115bde commit 01b7f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/Container.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ class Container extends BaseContainer {
472472
* @param {Object[]} data
473473
* @protected
474474
*/
475-
onStoreLoad(data) {console.log(data);
475+
onStoreLoad(data) {
476476
let me = this;
477477

478478
if (me.rendered) {

0 commit comments

Comments
 (0)