remove console.log

This commit is contained in:
Martina 2020-12-14 17:52:41 -08:00
parent abd0d46f1e
commit b0e06bdbb6

View File

@ -69,7 +69,6 @@ export const init = ({ resource = "", viewer, onUpdate }) => {
}
if (type === "UPDATE" && onUpdate) {
console.log("websocket on update");
onUpdate(data);
}
});