diff --git a/src/Yavsc/ApiControllers/Relationship/ChatApiController.cs b/src/Yavsc/ApiControllers/Relationship/ChatApiController.cs index 9a7e00fd..adc405d4 100644 --- a/src/Yavsc/ApiControllers/Relationship/ChatApiController.cs +++ b/src/Yavsc/ApiControllers/Relationship/ChatApiController.cs @@ -28,7 +28,6 @@ namespace Yavsc.Controllers var cxsQuery = dbContext.ChatConnection?.Include(c=>c.Owner) .Where(cx => cx.Connected).GroupBy( c => c.ApplicationUserId ); - // List result = new List(); if (cxsQuery!=null) foreach (var g in cxsQuery) {