From c50db7b1fe62b23ee4f1662e4c4781c89bde90f5 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sun, 8 Apr 2018 17:47:57 +0100 Subject: [PATCH] Remove debug log message. --- loader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/loader.c b/loader.c index 574127b..0d651e2 100644 --- a/loader.c +++ b/loader.c @@ -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