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
commit 27b1190a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
})
})