remove log

This commit is contained in:
SrGooglo 2022-12-14 19:12:37 +00:00
parent 6f1fca0279
commit 38fc1db1a8

View File

@ -7,8 +7,6 @@ export default (props) => {
const roomId = props.match.params.id
return <div className="textRoom">
Connecting to room {roomId}
<LiveChat
roomId={roomId}
/>