From f8e836e3eb2579bb0b49a0733ee1b7563e51fde6 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Fri, 14 Oct 2022 15:37:36 -0400 Subject: [PATCH] Remove println --- src/foundation/class.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/foundation/class.rs b/src/foundation/class.rs index bf38cbb..ba8201a 100644 --- a/src/foundation/class.rs +++ b/src/foundation/class.rs @@ -152,8 +152,6 @@ where ((t >> 64) as u64) ^ (t as u64) })); - println!("{}", objc_subclass_name); - match ClassDecl::new(&objc_subclass_name, unsafe { &*superclass }) { Some(mut decl) => { config(&mut decl);