Activate Websocket and add browser console logging

This commit is contained in:
Chi Vinh Le
2018-05-29 16:42:04 +02:00
parent b15a306c43
commit 3a84da9495
16 changed files with 80 additions and 26 deletions
@@ -298,11 +298,6 @@ export function handleCommentChange(
notificationShown = true;
};
console.log('root.me', root.me);
console.log('comment.status_history', comment.status_history);
debugger;
Object.keys(queueConfig).forEach(queue => {
// Comment should be placed in queue.
if (nextQueues.indexOf(queue) >= 0) {