From 309b1b007e17501ee20d4617acba4617df22a3bd Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 9 Jan 2020 12:39:48 -0500 Subject: [PATCH] Removed unneeded function --- SB.js | 4 ---- 1 file changed, 4 deletions(-) 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);