Skip to content

Commit

Permalink
feat(FilePreview): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillDyachkovskiy committed Sep 21, 2023
1 parent fa3fcd1 commit c37a875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/FilePreview/FilePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export function FilePreview({
const clickable = Boolean(onClick);
const withActions = Boolean(actions?.length);

console.log(clickable || actions?.length);

return (
<div className={cn(null, className)} data-qa={qa}>
<div
Expand Down

0 comments on commit c37a875

Please sign in to comment.