Remove console, unused variables...

This commit is contained in:
Florian Duros 2022-10-05 14:59:02 +02:00
parent bfb1638ff3
commit 1d820cf837
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B
3 changed files with 4 additions and 6 deletions

View file

@ -95,7 +95,6 @@ export function sendMessage(
mxClient: MatrixClient,
{ roomContext, ...params }: SendMessageParams,
) {
console.log('message', message);
const { relation, replyToEvent } = params;
const { room } = roomContext;
const { roomId } = room;