remove debug log.

This commit is contained in:
mattn
2012-05-30 19:53:28 +09:00
parent 57e43e4833
commit 6751400cce

View File

@@ -1,6 +1,4 @@
function! zencoding#lang#css#findTokens(str) function! zencoding#lang#css#findTokens(str)
echo "fooooooooo"
echo getchar()
return substitute(a:str, '^.*[;{]\s*', '', '') return substitute(a:str, '^.*[;{]\s*', '', '')
endfunction endfunction