Removed forgotten _DGB_

git-svn-id: svn://ultimatepp.org/upp/trunk@433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-12 14:39:28 +00:00
parent dc7165f896
commit 753dbc06ea

View file

@ -53,7 +53,6 @@ Vector<ItemTextPart> ParseItemNatural(const CppItemInfo& m, const char *s)
{
Vector<ItemTextPart> part;
bool param = false;
LOGHEXDUMP(m.natural, m.natural.GetLength()); _DBG_
while(*s) {
while(*s == '\2') s++;
ItemTextPart& p = part.Add();