Skip to content

Commit

Permalink
Remove two dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Nov 11, 2024
1 parent 1455d68 commit ef7fbd9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,7 @@ impl NymVpnd for CommandInterface {

let response = match result {
Ok(tickets) => {
dbg!(&tickets);
let summary = tickets.remaining();
dbg!(&summary);
let available_tickets = nym_vpn_proto::AvailableTickets {
mixnet_entry: summary.mixnet_entry_amount,
mixnet_exit: summary.mixnet_exit_amount,
Expand Down

0 comments on commit ef7fbd9

Please sign in to comment.