Skip to content

Commit 6e1a27a

Browse files
fix: remove console.log (#657)
Ups, yes thank you. Will release a version tomorrow
1 parent 998f0d8 commit 6e1a27a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/MTableToolbar/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ export function MTableToolbar(props) {
8585
return agg;
8686
}, {})
8787
);
88-
89-
console.log(props, props.data(), data);
9088
return [columns, data];
9189
};
9290
function renderSearch() {

0 commit comments

Comments
 (0)