Remove console, unused variables...
This commit is contained in:
parent
bfb1638ff3
commit
1d820cf837
3 changed files with 4 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue