mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
remove console.log debug artifact added in #309
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user