Remove debug comment

This commit is contained in:
mattn
2013-09-26 09:59:47 +09:00
parent bd4c1bfaef
commit 445ca239ad

View File

@@ -1,6 +1,4 @@
function! emmet#lang#sass#findTokens(str)
"let g:hoge = substitute(a:str, '^.*[;{@]\s*', '', '')
"return substitute(a:str, '^.*[;{@]\s*', '', '')
return a:str
endfunction