mirror of
https://github.com/sst/opencode.git
synced 2025-07-25 00:33:43 +00:00
ignore: remove log
This commit is contained in:
parent
adc8b90e0f
commit
93446df335
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ func (s selection) coords(offset int) selection {
|
||||||
|
|
||||||
// selecting backwards same line
|
// selecting backwards same line
|
||||||
if s.startY == s.endY && s.startX >= s.endX {
|
if s.startY == s.endY && s.startX >= s.endX {
|
||||||
slog.Info("selecting backwards same line", "start", s.startX, "end", s.endX)
|
|
||||||
return selection{
|
return selection{
|
||||||
startY: s.startY - offset,
|
startY: s.startY - offset,
|
||||||
startX: max(0, s.endX-1),
|
startX: max(0, s.endX-1),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue