Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenwerk committed Dec 27, 2024
1 parent 75b03b3 commit 0ea5b1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/experiments-realm/ai-app-generator.gts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ class DashboardTab extends GlimmerComponent<{
}
let command = new CreateBoxelApp(commandContext, undefined);
command.onRoomCreation = (roomId) => {
debugger;
this.args.context?.actions?.openRoom(roomId);
};
this.isGenerating = true;
Expand Down
1 change: 0 additions & 1 deletion packages/host/app/components/ai-assistant/panel.gts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ export default class AiAssistantPanel extends Component<Signature> {
@service private declare router: RouterService;
@service private declare commandService: CommandService;

// @tracked private currentRoomId: string | undefined;
@tracked private isShowingPastSessions = false;
@tracked private roomToRename: SessionRoomData | undefined = undefined;
@tracked private roomToDelete: SessionRoomData | undefined = undefined;
Expand Down

0 comments on commit 0ea5b1a

Please sign in to comment.