cleanup + debugging help/quick dial

This commit is contained in:
talksik
2022-06-19 14:37:03 -05:00
parent 3d1c1f20dc
commit a7bbf1f6e9
2 changed files with 4 additions and 3 deletions
-3
View File
@@ -46,9 +46,6 @@ export default function MainPanel() {
}
function ConversationDetails({ masterConversation }: { masterConversation: MasterConversation }) {
console.log('selected room contents');
console.log(masterConversation);
return (
<Container maxWidth={'md'}>
<Grid container>