Remove now-unnecessary continue statement

This commit is contained in:
GriffinR
2025-08-13 12:44:11 -04:00
parent 2fd52e0b32
commit 71135a3ba0

View File

@@ -111,7 +111,6 @@ void pruneLogDisplays() {
if (!display.statusBar) {
// Status bar was deleted externally, remove entry from the list.
it.remove();
continue;
}
}
}