Skip to content

Commit

Permalink
Remove debug log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Apr 8, 2018
1 parent 6c9edcb commit c50db7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ void __objc_exec_class(struct objc_module_abi_8 *module)
// In future, we should pass the ABI version to the class / category load
// functions so that we can change various structures more easily.
assert(objc_check_abi_version(module));
fprintf(stderr, "Loading %s\n", module->name);


// The runtime mutex is held for the entire duration of a load. It does
Expand Down

0 comments on commit c50db7b

Please sign in to comment.