Skip to content

Commit 194f707

Browse files
committed
remove console log
1 parent 799a202 commit 194f707

File tree

1 file changed

+0
-1
lines changed
  • packages/host/app/components/ai-assistant

1 file changed

+0
-1
lines changed

packages/host/app/components/ai-assistant/panel.gts

-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ export default class AiAssistantPanel extends Component<Signature> {
352352
if (!resource.room) {
353353
continue;
354354
}
355-
console.log(resource.room.roomId);
356355
let { room } = resource;
357356
if (
358357
(room.invitedMembers.find((m) => aiBotUserId === m.userId) ||

0 commit comments

Comments
 (0)