diff --git a/SB.js b/SB.js index 70c05590..769f716a 100644 --- a/SB.js +++ b/SB.js @@ -26,10 +26,6 @@ class MapIO { return this.map.has(key); } - toJSON() { - return Array.from(this.map.entries()); - } - deleteProperty(key) { if (this.map.has(key)) { this.map.delete(key);