From 137d6d053bb80fb0994411a9cd439cdb2a677697 Mon Sep 17 00:00:00 2001 From: dario Date: Thu, 10 Oct 2024 10:36:28 +0200 Subject: [PATCH] Disabled address search --- include/sta/utils/logger.tpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sta/utils/logger.tpp b/include/sta/utils/logger.tpp index 6d8bbb5..d46b369 100644 --- a/include/sta/utils/logger.tpp +++ b/include/sta/utils/logger.tpp @@ -20,7 +20,7 @@ namespace sta STA_ASSERT(endSec > startSec); // Jump to the last written page. - findLast(); + // findLast(); } template