Merge pull request #312 from whawker/console-log-removal
remove console.log added in #309
This commit is contained in:
commit
27b1190a28
@ -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