Remove console log (#3872)
This commit is contained in:
parent
f71e0b762c
commit
74e5e07466
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ export const ProductList: React.FC<ProductListProps> = ({ params }) => {
|
|||
ProductListUrlDialog,
|
||||
ProductListUrlQueryParams
|
||||
>(navigate, productListUrl, params);
|
||||
console.log(params);
|
||||
|
||||
const {
|
||||
clearRowSelection,
|
||||
|
|
Loading…
Reference in a new issue