Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Sep 24, 2024
1 parent 1511e5b commit c61a90d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/ui/modules/chat/InputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export const InputField = ({

if (input.current.length === 0) return;

console.log(input.current);

const contentParser = new ContentParser();
if (contentParser.isWhisper(input.current)) {
const whisperDestination = contentParser.getWhisperDest(input.current);
Expand Down

0 comments on commit c61a90d

Please sign in to comment.