switched more printf() statements to STIX_LOGX()

This commit is contained in:
hyunghwan.chung
2016-06-05 18:37:28 +00:00
parent 512df8876b
commit 1ab2faaf1f
6 changed files with 135 additions and 159 deletions

View File

@ -1079,7 +1079,7 @@ static stix_oop_method_t find_method (stix_t* stix, stix_oop_t receiver, const s
STIX_ASSERT ((stix_oop_t)mthdic != stix->_nil);
STIX_ASSERT (STIX_CLASSOF(stix, mthdic) == stix->_method_dictionary);
/*dump_dictionary (stix, mthdic, "Method dictionary");*/
/*stix_dumpdic (stix, mthdic, "Method dictionary");*/
ass = (stix_oop_association_t)stix_lookupdic (stix, mthdic, message);
if (ass)
{