mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
cli: remove debug print (#173223)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user