Skip to content

Commit

Permalink
remove my debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Aug 26, 2023
1 parent 9e612d6 commit 6c4b772
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/messaging/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ function Message({ message, isHeader, isSending, isFailed }: Props) {
ratio,
);

console.log(attachment.filename, scaledWidth, scaledHeight);

return (
<div key={attachment.id}>
<img
Expand Down

0 comments on commit 6c4b772

Please sign in to comment.