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); }