SDK cleanup to reduce featurization (#5856)
This commit is contained in:
@@ -52,7 +52,6 @@ impl Pubkey {
|
||||
Self::new(&rand::random::<[u8; 32]>())
|
||||
}
|
||||
|
||||
#[cfg(feature = "program")]
|
||||
pub fn log(&self) {
|
||||
use crate::log::sol_log_64;
|
||||
for (i, k) in self.0.iter().enumerate() {
|
||||
|
Reference in New Issue
Block a user