From 71135a3ba0f490f666151cdfeb631c66be918d91 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 13 Aug 2025 12:44:11 -0400 Subject: [PATCH] Remove now-unnecessary continue statement --- src/log.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/log.cpp b/src/log.cpp index 1e06953e..22da47cf 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -111,7 +111,6 @@ void pruneLogDisplays() { if (!display.statusBar) { // Status bar was deleted externally, remove entry from the list. it.remove(); - continue; } } }