Skip to content

Commit

Permalink
🔥 Remove development testing log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmoney committed May 5, 2024
1 parent c4a775b commit 7f53b4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions autoload/filter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ function! filter#Filter(...)
set modifiable
" get rid of file metadata
endfunction

echom "Autoload file loaded"
2 changes: 0 additions & 2 deletions plugin/filter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ let g:loaded_filter = 1
" Exposes the plugin's functions for use as commands in Vim.
" command! -nargs=0 Filter call filter.vim#Filter()
command! -nargs=? -bar -bang Filter call filter#Filter(<f-args>)

echom "Plugin file loaded"

0 comments on commit 7f53b4a

Please # to comment.