Skip to content

Commit 9480380

Browse files
committed
doc: 删除冗余代码
1 parent 921daf9 commit 9480380

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/extensions/BootstrapBlazor.Socket/DataConverter/DataConverter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ protected virtual bool Parse(ReadOnlyMemory<byte> data, TEntity entity)
6565
if (entity != null)
6666
{
6767
// 通过 SocketDataPropertyConverterAttribute 特性获取属性转换器
68-
var debug = System.Diagnostics.Debugger.IsAttached;
6968
var properties = entity.GetType().GetProperties().Where(p => p.CanWrite).ToList();
7069
if (Debugger.IsAttached)
7170
{

0 commit comments

Comments
 (0)