remove console.log debug artifact added in #309

This commit is contained in:
Will Hawker
2021-06-11 09:30:54 +01:00
parent 2b8154fa16
commit e9905602f8

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