From 3093bec59b9188651da1ef228442f9420574aead Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 13 May 2019 14:43:52 +0100 Subject: [PATCH] cleaning --- src/Yavsc/ApiControllers/Relationship/ChatApiController.cs | 1 - 1 file changed, 1 deletion(-) 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) {