diff --git a/screens/Dashboard/records.tsx b/screens/Dashboard/records.tsx index 5883cf1d..6ed4c465 100644 --- a/screens/Dashboard/records.tsx +++ b/screens/Dashboard/records.tsx @@ -115,7 +115,6 @@ const getColumns = ({ showToast, handleTxClick, txLoadingStates }) => [ header: "Assets", minSize: 220, cell: ({ originalData }) => { - console.log(originalData, "CustomTable"); const { data } = originalData || {}; const { metadata } = data || {}; const { icon, tokens, symbol } = metadata || {};