cli: remove debug print (#173223)

This commit is contained in:
Connor Peet 2023-02-02 15:32:47 -08:00 committed by GitHub
parent 953a039549
commit 760c998cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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