Skip to content

Commit 95e0dce

Browse files
committed
doc: 移除调试信息
1 parent 8c64141 commit 95e0dce

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/BootstrapBlazor.Server/Components/Samples/VideoDevices.razor

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ private IBluetooth? BluetoothService { get; set; }</Pre>
2121
<div class="col-12">
2222
<Select Items="@_items" @bind-Value="_deviceId" DisplayText="Devices" ShowLabel="true"></Select>
2323
</div>
24-
@foreach (var device in _devices)
25-
{
26-
<div class="col-12">
27-
<div>
28-
<div>DeviceId: @device.DeviceId</div>
29-
<div>DeviceId: @device.GroupId</div>
30-
<div>DeviceId: @device.Label</div>
31-
</div>
32-
</div>
33-
}
3424
</div>
3525

3626
<video class="bb-video" muted playsinline autoplay></video>

0 commit comments

Comments
 (0)