Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Sep 8, 2023
1 parent d924198 commit 0b54722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/messaging/MessageInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function MessageInput(props: Props) {
const [attachments, setAttachments] = React.useState<File[]>([]);

editor.insertData = (data) => {
console.log("insert data", data);
const text = data.getData("text/plain");
const { files } = data;

Expand Down

0 comments on commit 0b54722

Please sign in to comment.