Merge pull request #312 from whawker/console-log-removal

remove console.log added in #309
This commit is contained in:
Kevin Jahns
2021-06-16 01:48:22 +02:00
committed by GitHub

View File

@@ -244,7 +244,6 @@ export class YMap extends AbstractType {
if (this.doc !== null) {
transact(this.doc, transaction => {
this.forEach(function (value, key, map) {
console.log('deleting', key)
typeMapDelete(transaction, map, key)
})
})