Skip to content

Commit a6b2567

Browse files
committed
chore: remove redundant comments
1 parent 7507bde commit a6b2567

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/opencode/src/session/instruction.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ export namespace Instruction {
159159
}
160160
}
161161

162-
// Filter paths based on context.exclude config
163162
return yield* ContextMap.filterPaths(paths)
164163
})
165164

@@ -208,7 +207,6 @@ export namespace Instruction {
208207
continue
209208
}
210209

211-
// Check if file should be excluded via context.exclude config
212210
const ignored = yield* ContextMap.isIgnored(found)
213211
if (ignored) {
214212
current = path.dirname(current)

0 commit comments

Comments
 (0)