File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/core/src/codewhispererChat/controllers/chat Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -961,7 +961,6 @@ export class ChatController {
961961 const currentContext = session . contexts . get ( session . currentContextId )
962962 if ( currentContext ) {
963963 currentContext . set ( doc . relativeFilePath , doc . lineRanges )
964- console . log ( doc . relativeFilePath )
965964 }
966965 } )
967966
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export interface TriggerPayload {
200200
201201export interface MergedRelevantDocument {
202202 readonly relativeFilePath : string
203- readonly lineRanges : Array < { first : number ; second : number } > // Equivalent to List<Pair<Int, Int>> in Kotlin
203+ readonly lineRanges : Array < { first : number ; second : number } >
204204}
205205
206206export interface InsertedCode {
You can’t perform that action at this time.
0 commit comments