Skip to content

Commit 0cc9eca

Browse files
committed
fix: remove debug log from clearTask method
1 parent 486ef9c commit 0cc9eca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ export class ClineProvider
235235
// Clear the current task without treating it as a subtask
236236
// This is used when the user cancels a task that is not a subtask
237237
async clearTask() {
238-
console.log(`[clearTask] clearing current task`)
239238
await this.removeClineFromStack()
240239
}
241240

0 commit comments

Comments
 (0)