Skip to content
Snippets Groups Projects
Commit 76bcdbc7 authored by Tainan Felipe's avatar Tainan Felipe
Browse files

Remove console

parent d948a6a0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import addUser from '../modifiers/addUser';
export default function handleUserJoined({ body }, meetingId) {
const user = body;
console.error(user);
user.moderator = user.moderator || false;
check(user, Object);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment