Remove debug output

This commit is contained in:
Carl Schwan
2020-11-19 09:25:47 +01:00
parent 4e2b68dc0a
commit 011fc052f4
2 changed files with 0 additions and 2 deletions

View File

@@ -358,7 +358,6 @@ ToolBar {
messageEventType = RoomMessageEvent.Notice
}
console.log(replyContent, replyUser, replyEventID, messageEventType);
currentRoom.postArbitaryMessage(text, messageEventType, replyEventID)
}
}