remove log

This commit is contained in:
Caleb Roseland 2023-10-04 15:35:14 -05:00
parent cdbafea607
commit 5811b34b75

View file

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