Skip to content

Commit 58a9026

Browse files
improv: clean up code
1 parent aeaee59 commit 58a9026

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

extensions/vscode/src/extension/VsCodeMessenger.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ export class VsCodeMessenger {
342342
name = `Agent for ${repoName || "repository"}`;
343343
}
344344

345-
// debugger;
346-
347345
// Get the current agent configuration from the selected profile
348346
let agent: string | undefined;
349347
try {
@@ -618,10 +616,6 @@ export class VsCodeMessenger {
618616
const agentState =
619617
await configHandler.controlPlaneClient.getAgentState(agentSessionId);
620618

621-
// Debug what we got back
622-
// debugger;
623-
console.log("Agent state response:", agentState);
624-
625619
if (!agentState) {
626620
vscode.window.showErrorMessage(
627621
"Failed to fetch agent state from API. The agent may not exist or you may not have permission.",

0 commit comments

Comments
 (0)