Remove stray println

This commit is contained in:
Michael Vines
2019-10-30 14:28:25 -07:00
parent 09252ef084
commit dec9d00a64

View File

@ -329,7 +329,6 @@ pub fn parse_command(matches: &ArgMatches<'_>) -> Result<CliCommandInfo, Box<dyn
}
("balance", Some(matches)) => {
let pubkey = pubkey_of(&matches, "pubkey");
println!("{:?}", pubkey);
Ok(CliCommandInfo {
command: CliCommand::Balance {
pubkey,