1
0
Fork 0

DBG: removed debug log statement in value.cpp

This commit is contained in:
mrexodia 2016-02-18 02:54:13 +01:00
parent 23c0dc6f5c
commit c0e41aed15
1 changed files with 0 additions and 1 deletions

View File

@ -1547,7 +1547,6 @@ bool valfromstring_noexpr(const char* string, duint* value, bool silent, bool ba
ptrstring += string[i];
}
dprintf("string: %s, ptrstring: %s\n", string, ptrstring.c_str());
if(!valfromstring(ptrstring.c_str(), value, silent, baseonly))
{
dprintf("noexpr failed on %s\n", ptrstring.c_str());