Skip to content

Commit

Permalink
Revert logging in ClineProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
cte committed Mar 4, 2025
1 parent 0bd56ad commit d7fb998
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/webview/ClineProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -887,8 +887,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {

if (result.success) {
await this.cline?.checkpointDiff(result.data)
} else {
vscode.window.showErrorMessage("Invalid checkpoint diff payload.")
}

break
Expand All @@ -909,8 +907,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
} catch (error) {
vscode.window.showErrorMessage("Failed to restore checkpoint.")
}
} else {
vscode.window.showErrorMessage("Invalid checkpoint restore payload.")
}

break
Expand Down

0 comments on commit d7fb998

Please sign in to comment.