Remove println
This commit is contained in:
parent
dd0786bdab
commit
f8e836e3eb
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue