aboutsummaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorkmnk <kmnknmk+com-github@gmail.com>2012-03-08 19:29:11 +0900
committermattn <mattn.jp@gmail.com>2013-05-09 16:46:24 +0900
commitd7f10aedb13035ed66933dea2f9d457760fc331f (patch)
tree656d71b398b833cfa5c24399e959c16a2a4b5bd8 /autoload
parent508cbfc369c432c6c2ee33f44940942def2c1845 (diff)
downloadvim-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.vim1
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