diff --git a/ui/component/claimMenuList/view.jsx b/ui/component/claimMenuList/view.jsx index 8b75127e7..5e96832f7 100644 --- a/ui/component/claimMenuList/view.jsx +++ b/ui/component/claimMenuList/view.jsx @@ -263,10 +263,6 @@ function ClaimMenuList(props: Props) { push(`/$/${PAGES.REPORT_CONTENT}?claimId=${contentClaim && contentClaim.claim_id}`); } - function handleDownload() { - console.log('handleDownload', fileInfo, props); - } - const shouldShow = !IS_WEB || (IS_WEB && isAuthenticated); return (