remove console.log debug artifact added in #309
This commit is contained in:
parent
2b8154fa16
commit
e9905602f8
@ -244,7 +244,6 @@ export class YMap extends AbstractType {
|
|||||||
if (this.doc !== null) {
|
if (this.doc !== null) {
|
||||||
transact(this.doc, transaction => {
|
transact(this.doc, transaction => {
|
||||||
this.forEach(function (value, key, map) {
|
this.forEach(function (value, key, map) {
|
||||||
console.log('deleting', key)
|
|
||||||
typeMapDelete(transaction, map, key)
|
typeMapDelete(transaction, map, key)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user