From e9905602f845e5016da2b6e4972d8f830aaacb95 Mon Sep 17 00:00:00 2001
From: Will Hawker <will.hawker@nextapp.co>
Date: Fri, 11 Jun 2021 09:30:54 +0100
Subject: [PATCH] remove console.log debug artifact added in #309

---
 src/types/YMap.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/types/YMap.js b/src/types/YMap.js
index 351220a2..6244f5a1 100644
--- a/src/types/YMap.js
+++ b/src/types/YMap.js
@@ -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)
         })
       })