Remove stray dbg
This commit is contained in:
@ -143,7 +143,7 @@ fn main() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let mint_address = pubkey_of(&matches, "mint_address").unwrap_or_else(|| {
|
let mint_address = pubkey_of(&matches, "mint_address").unwrap_or_else(|| {
|
||||||
read_keypair_file(dbg!(&cli_config.keypair_path))
|
read_keypair_file(&cli_config.keypair_path)
|
||||||
.unwrap_or_else(|_| Keypair::new())
|
.unwrap_or_else(|_| Keypair::new())
|
||||||
.pubkey()
|
.pubkey()
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user