From 5811b34b750063fefa242d523f40ac4d7f36259e Mon Sep 17 00:00:00 2001 From: Caleb Roseland Date: Wed, 4 Oct 2023 15:35:14 -0500 Subject: [PATCH] remove log --- app/actions/remote/channel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/actions/remote/channel.ts b/app/actions/remote/channel.ts index eac64e338..7f2ffb191 100644 --- a/app/actions/remote/channel.ts +++ b/app/actions/remote/channel.ts @@ -274,7 +274,6 @@ export async function patchChannel(serverUrl: string, channelId: string, channel v.displayName = channelData.display_name; } v.type = channelData.type; - logInfo({channelData}); }); models.push(channel); }