Skip to content

Commit 34c867c

Browse files
committed
remove log
1 parent b96024f commit 34c867c

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
@@ -121,7 +121,6 @@ export function createForceUpdateLwwFromCrdt(
121121
* Force update component state regardless of timestamp - used for server authoritative messages
122122
*/
123123
return (msg: AuthoritativePutComponentMessageBody): [null, any] => {
124-
console.log('[ BOEDO ] [ CASLA ] ', msg)
125124
const buffer = new ReadWriteByteBuffer(msg.data)
126125
const deserializedValue = schema.deserialize(buffer)
127126

0 commit comments

Comments
 (0)