remove debug message.

This commit is contained in:
mattn
2011-11-22 19:08:03 +09:00
parent 0072354226
commit ac6d7fb269

View File

@@ -540,7 +540,6 @@ function! s:zen_toString(...)
if len(snippet) > 0
let tmp = substitute(snippet, '|', '${cursor}', 'g')
let tmp = substitute(tmp, '\${zenname}', current.name, 'g')
echo type
if type == 'css' && s:zen_useFilter(filters, 'fc')
let tmp = substitute(tmp, '^\([^:]\+\):\(.*\)$', '\1: \2', '')
endif