Skip to content

Commit 939a669

Browse files
gonpombo8nicoecheza
authored andcommitted
remove log
1 parent 4ed47ab commit 939a669

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/@dcl/ecs/src/engine/lww-element-set-component-definition.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export function createForceUpdateLwwFromCrdt(
122122
* Force update component state regardless of timestamp - used for server authoritative messages
123123
*/
124124
return (msg: AuthoritativePutComponentMessageBody): [null, any] => {
125-
console.log('[ BOEDO ] [ CASLA ] ', msg)
126125
const buffer = new ReadWriteByteBuffer(msg.data)
127126
const deserializedValue = schema.deserialize(buffer)
128127

0 commit comments

Comments
 (0)