We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6429a commit edd6324Copy full SHA for edd6324
packages/base/room.gts
@@ -252,8 +252,6 @@ class PatchField extends FieldDef {
252
// We can reuse exisiting eventId if user attached the same version of the card.
253
const cardHashes: Map<string, string> = new Map();
254
export function getEventIdForCard(cardDoc: LooseSingleCardDocument) {
255
- console.log(cardDoc);
256
- console.log(md5(md5(JSON.stringify(cardDoc))));
257
return cardHashes.get(md5(JSON.stringify(cardDoc)));
258
}
259
0 commit comments