From d7f10aedb13035ed66933dea2f9d457760fc331f Mon Sep 17 00:00:00 2001 From: kmnk Date: Thu, 8 Mar 2012 19:29:11 +0900 Subject: delete debug message ... --- autoload/unite/sources/sonictemplate.vim | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf