removed unused constants from add

This commit is contained in:
damirka 2021-02-10 19:24:13 +03:00
parent 7867ab9d54
commit cb050aa43d

View File

@ -26,9 +26,6 @@ use std::collections::HashMap;
use structopt::StructOpt;
use tracing::Span;
pub const LOGIN_URL: &str = "v1/account/authenticate";
pub const PROFILE_URL: &str = "v1/account/my_profile";
/// Login to Aleo PM and store credentials locally
#[derive(StructOpt, Debug)]
#[structopt(setting = structopt::clap::AppSettings::ColoredHelp)]