cleanup render count for console log clairty

This commit is contained in:
talksik
2022-06-19 10:41:03 -05:00
parent 73ec1fe08c
commit 1d250c4e51
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function MainPanel() {
// render room contents if there are people with video or other tracks
const rendersCount = useRendersCount();
console.warn('RENDER COUNT | MAINPANEL | ', rendersCount);
// console.warn('RENDER COUNT | MAINPANEL | ', rendersCount);
if (selectedConversation)
return <ConversationDetails masterConversation={selectedConversation} />;