mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
remove log
This commit is contained in:
parent
ca463a2346
commit
12782fff14
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ export namespace SessionSummary {
|
|||
.filter((x) => x.type === "patch")
|
||||
.flatMap((x) => x.files),
|
||||
)
|
||||
console.log(files)
|
||||
const diffs = await computeDiff({ messages: input.messages }).then((x) =>
|
||||
x.filter((x) => files.has(x.file)),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue