Skip to content

Commit

Permalink
Remove tmp code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Aug 28, 2024
1 parent 754f4ef commit 2eb8630
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/soroban-cli/src/commands/contract/alias/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ pub enum Error {

impl Cmd {
pub fn run(&self, global_args: &global::Args) -> Result<(), Error> {
#[allow(unused_variables)]
let print = Print::new(global_args.quiet);
let network = self.network.get(&self.config_locator)?;
#[allow(unused_variables)]
let network_passphrase = &network.network_passphrase;
let config_dir = self.config_locator.config_dir()?;
let pattern = config_dir
Expand Down

0 comments on commit 2eb8630

Please sign in to comment.