mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 08:37:37 +00:00
cli: remove debug print (#173223)
This commit is contained in:
parent
953a039549
commit
760c998cda
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue