Removed debug print

This commit is contained in:
David Beniamine
2014-11-17 18:20:46 +01:00
parent 1861e4bf83
commit 8a590c4203

View File

@@ -27,7 +27,6 @@ endfunction
endfunction
function! TodoTxtToggleMarkAsDone()
if (getline(".") =~ 'x\s*\d\{4\}')
if (getline(".") =~ 'x\s*\d\{4\}')
:call TodoTxtUnMarkAsDone()
else