From 87d72a56fb9eb65ad4ec4723f0493b7d9e7170ee Mon Sep 17 00:00:00 2001 From: Brian Joseph Petro Date: Sat, 28 Dec 2024 10:50:52 -0500 Subject: [PATCH] cleanup redundant method --- smart-blocks/smart_block.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/smart-blocks/smart_block.js b/smart-blocks/smart_block.js index e4da886c..28be7428 100644 --- a/smart-blocks/smart_block.js +++ b/smart-blocks/smart_block.js @@ -43,14 +43,6 @@ export class SmartBlock extends SmartEntity { // Else: Do nothing (may prune embeddings to save memory in future) } - /** - * Queues the block for saving via the source. - * @returns {void} - */ - queue_save() { - this._queue_save = true; - } - /** * Queues the entity for embedding. * @returns {void}