mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-22 00:40:23 +00:00
Remove debug messages
This commit is contained in:
parent
c45ff4dd4f
commit
8d268ef021
1 changed files with 0 additions and 2 deletions
|
|
@ -1849,7 +1849,6 @@ func (v *View) SpawnMultiCursor(usePlugin bool) bool {
|
|||
searchStart = ToCharPos(spawner.CurSelection[1], v.Buf)
|
||||
v.Cursor = c
|
||||
Search(sel, v, true)
|
||||
messenger.Message(v.Cursor.Loc)
|
||||
|
||||
for _, cur := range v.Buf.cursors {
|
||||
if c.Loc == cur.Loc {
|
||||
|
|
@ -1873,7 +1872,6 @@ func (v *View) SkipMultiCursor(usePlugin bool) bool {
|
|||
cursor := v.Buf.cursors[len(v.Buf.cursors)-1]
|
||||
|
||||
if v.Cursor == cursor {
|
||||
messenger.Message("SKIP")
|
||||
if usePlugin && !PreActionCall("SkipMultiCursor", v) {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue