Skip to content

Commit 5ea7845

Browse files
committed
fix: remove debug print statements
Remove print statements that were logging information about diffs being applied. These were likely added during development and are no longer needed in the codebase.
1 parent 158d35e commit 5ea7845

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lua/CopilotChat/config/mappings.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ return {
372372
end)
373373
end
374374

375-
print('Applying %d diffs from %s', #same_file_diffs, diff.filename)
376-
377375
for _, file_diff in ipairs(same_file_diffs) do
378376
local start_idx = file_diff.start_line
379377
local end_idx = file_diff.end_line

0 commit comments

Comments
 (0)