From 4a7826981519e19b88d4a5321ede4994a2a18a7d Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 29 May 2011 14:36:05 +0000 Subject: [PATCH] Removed debugging line accidentally committed. --- loader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/loader.c b/loader.c index c7226d1..a03e6a0 100644 --- a/loader.c +++ b/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.