diff options
author | kmnk <kmnknmk+com-github@gmail.com> | 2012-03-08 19:29:11 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-05-09 16:46:24 +0900 |
commit | d7f10aedb13035ed66933dea2f9d457760fc331f (patch) | |
tree | 656d71b398b833cfa5c24399e959c16a2a4b5bd8 /autoload | |
parent | 508cbfc369c432c6c2ee33f44940942def2c1845 (diff) | |
download | vim-sonictemplate-d7f10aedb13035ed66933dea2f9d457760fc331f.tar.gz vim-sonictemplate-d7f10aedb13035ed66933dea2f9d457760fc331f.tar.bz2 vim-sonictemplate-d7f10aedb13035ed66933dea2f9d457760fc331f.zip |
delete debug message ...
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/unite/sources/sonictemplate.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/unite/sources/sonictemplate.vim b/autoload/unite/sources/sonictemplate.vim index cb8fc1b..d517b00 100644 --- a/autoload/unite/sources/sonictemplate.vim +++ b/autoload/unite/sources/sonictemplate.vim @@ -34,7 +34,6 @@ function! s:uniq(candidates) let has = {} let uniq_list = [] for candidate in a:candidates - echo candidate.action__path let name = candidate.action__name if exists(printf("has['%s']", name)) continue |