Removed unwanted comment.

This commit is contained in:
Dario Solera 2010-01-02 13:47:13 +00:00
parent 2d8ce95810
commit 4769cc7157

View file

@ -205,7 +205,7 @@ namespace ScrewTurn.Wiki {
s = s.Trim(); s = s.Trim();
if(ignoreSpace) { if(ignoreSpace) {
s = Regex.Replace(s, "\\s+", " "); // TODO: optimization: faster blank removal. s = Regex.Replace(s, "\\s+", " ");
} }
if(ignoreCase) if(ignoreCase)