Removed debugging line accidentally committed.

This commit is contained in:
theraven 2011-05-29 14:36:05 +00:00
parent 4ffb19230f
commit 4a78269815

View File

@ -30,7 +30,6 @@ void __objc_exec_class(struct objc_module_abi_8 *module)
{
static BOOL first_run = YES;
fprintf(stderr, "Loading %s\n", module->name);
// Check that this module uses an ABI version that we recognise.
// In future, we should pass the ABI version to the class / category load
// functions so that we can change various structures more easily.