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; } } }