Skip to content

Commit edd6324

Browse files
committed
remove unnecassary console log
1 parent 3a6429a commit edd6324

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/base/room.gts

-2
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ class PatchField extends FieldDef {
252252
// We can reuse exisiting eventId if user attached the same version of the card.
253253
const cardHashes: Map<string, string> = new Map();
254254
export function getEventIdForCard(cardDoc: LooseSingleCardDocument) {
255-
console.log(cardDoc);
256-
console.log(md5(md5(JSON.stringify(cardDoc))));
257255
return cardHashes.get(md5(JSON.stringify(cardDoc)));
258256
}
259257

0 commit comments

Comments
 (0)