File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
extensions/vscode/src/extension Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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." ,
You can’t perform that action at this time.
0 commit comments