mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Revert logging in ClineProvider
This commit is contained in:
parent
0bd56ad165
commit
d7fb9980e6
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue