Remove println

This commit is contained in:
Ryan McGrath 2022-10-14 15:37:36 -04:00
parent dd0786bdab
commit f8e836e3eb
No known key found for this signature in database
GPG key ID: DA6CBD9233593DEA

View file

@ -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);