Skip to content

Commit

Permalink
cli: remove debug print (#173223)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Feb 2, 2023
1 parent 953a039 commit 760c998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/tunnels/dev_tunnels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ impl DevTunnels {
mut use_random_name: bool,
) -> Result<String, AnyError> {
let existing_tunnels = self.list_all_server_tunnels().await?;
println!("{:?}", existing_tunnels);
let is_name_free = |n: &str| {
!existing_tunnels.iter().any(|v| {
v.status
Expand Down

0 comments on commit 760c998

Please sign in to comment.