Removed forgotten DDUMPs

git-svn-id: svn://ultimatepp.org/upp/trunk@671 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-11-24 09:41:56 +00:00
parent 06d4c2dbb4
commit 2ce7d8b106
2 changed files with 0 additions and 2 deletions

View file

@ -137,7 +137,6 @@ int AssistEditor::Ch(int i)
cachedln = GetLine(i);
cachedline = GetWLine(cachedln);
cachedpos = GetPos(cachedln);
DDUMP(cachedline);
}
i -= cachedpos;
return i < cachedline.GetCount() ? cachedline[i] : '\n';

View file

@ -208,7 +208,6 @@ void AssistEditor::SwapSContext(Parser& p)
else
for(;;) {
int c = Ch(i);
DDUMP((char)c);
if(c == '{') {
i++;
break;