diff --git a/category_loader.c b/category_loader.c index 139b669..9361675 100644 --- a/category_loader.c +++ b/category_loader.c @@ -23,7 +23,6 @@ static void register_methods(struct objc_class *cls, struct objc_method_list *l) // loaded if the class hasn't received any messages yet. if (classHasDtable(cls)) { - fprintf(stderr, "Updating dtable for %s\n", class_getName(cls)); // FIXME: We can make this more efficient by simply passing the new method // list to the dtable and telling it only to update those methods. objc_update_dtable_for_class(cls);