diff --git a/frontend/src/components/ChatBox.jsx b/frontend/src/components/ChatBox.jsx index f8efa92..1351bcf 100644 --- a/frontend/src/components/ChatBox.jsx +++ b/frontend/src/components/ChatBox.jsx @@ -2,7 +2,6 @@ import PropTypes from 'prop-types'; const ChatBox = ({ activeUser, messages }) => { - console.log(activeUser); if (!activeUser) { return (