fix: remove log to console

This commit is contained in:
Akuoko Daniel Jnr 2021-02-04 19:17:37 +00:00
parent eebff2b798
commit ff7b68400e
No known key found for this signature in database
GPG Key ID: 1C95803CACD3E9DC

View File

@ -63,7 +63,6 @@ export const init = ({ resource = "", viewer, onUpdate, onNewActiveUser }) => {
const response = JSON.parse(event.data);
type = response.type;
data = response.data;
console.log(data);
} catch (e) {
console.log(e);
}