Skip to content

Commit eabd323

Browse files
committed
clean: remove debug logging, path comparison is working correctly
1 parent 843479b commit eabd323

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lua/claudecode/selection.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -694,12 +694,6 @@ function M.send_at_mention_for_visual_selection(line1, line2)
694694
current_buf_name = current_buf_name:gsub("^minifiles://[^/]*/", "")
695695
end
696696

697-
-- Debug logging to understand the path comparison issue
698-
logger.debug("selection", "Path comparison debug:")
699-
logger.debug("selection", " sel_to_send.filePath: '" .. tostring(sel_to_send.filePath) .. "'")
700-
logger.debug("selection", " raw_current_buf_name: '" .. tostring(raw_current_buf_name) .. "'")
701-
logger.debug("selection", " current_buf_name (after extraction): '" .. tostring(current_buf_name) .. "'")
702-
703697
if sel_to_send.filePath ~= current_buf_name then
704698
logger.warn(
705699
"selection",

0 commit comments

Comments
 (0)