commented out annoying debug messages

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19095 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-10-23 09:21:17 +00:00
parent 127ce60589
commit 511b265ed8

View File

@ -292,7 +292,7 @@ find_instantiation_func(const char* class_name, const char* sig)
BuildFuncName(class_name, funcName);
printf("find_instantiation_func() - looking for '%s'\n", funcName.String());
//printf("find_instantiation_func() - looking for '%s'\n", funcName.String());
thread_id tid = find_thread(NULL);
thread_info ti;
@ -311,7 +311,7 @@ printf("find_instantiation_func() - looking for '%s'\n", funcName.String());
}
}
printf("find_instantiation_func(): %p\n", theFunc);
//printf("find_instantiation_func(): %p\n", theFunc);
return theFunc;
}