Remove obsolete experimental command

This commit is contained in:
Brian Hackett
2025-02-11 09:57:33 -08:00
parent ce94bf7fcf
commit fc89c55517

View File

@@ -46,11 +46,7 @@ class ChatManager {
assert(this.client, "Chat has been destroyed");
await this.client.initialize();
await this.client.sendCommand({
method: "Recording.globalExperimentalCommand",
params: { name: "enableOperatorPods" },
});
const { chatId } = (await this.client.sendCommand({ method: "Nut.startChat", params: {} })) as { chatId: string };
return chatId;
})();