mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-12-26 22:24:51 +00:00
Removed debugging line accidentally committed.
This commit is contained in:
parent
4ffb19230f
commit
4a78269815
1
loader.c
1
loader.c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user