Skip to content

Commit

Permalink
Remove debug logging (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Jan 4, 2022
1 parent 3aeea51 commit 17d6ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/autopairs/Insert.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fun! autopairs#Insert#checkBalance(open, close, opt, before, after, afterline, o
\ != autopairs#Strings#GetFirstUnicodeChar(a:close) ? 0 : -1
endif
let [closePre, openPre, closePost, openPost, strClose, strOpen, totClose, totOpen] = autopairs#Strings#countHighlightMatches(a:open, a:close, a:opt, 'string')
echom "Matches for " a:open a:close ":" closePre openPre closePost openPost strClose strOpen totClose totOpen
"echom "Matches for " a:open a:close ":" closePre openPre closePost openPost strClose strOpen totClose totOpen

" Explanation, because this is a complex expression.
"
Expand Down

0 comments on commit 17d6ac9

Please sign in to comment.