Skip to content

Commit

Permalink
removed unused constants from add
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed Feb 10, 2021
1 parent 7867ab9 commit cb050aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions leo/commands/package/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit cb050aa

Please sign in to comment.