From 0748267fab069f368e568297c6affd92228bbd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucca=20Jim=C3=A9nez=20K=C3=B6nings?= Date: Wed, 26 Jun 2024 13:10:34 +0200 Subject: [PATCH] remove superflous comments --- src/TConsole.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TConsole.cpp b/src/TConsole.cpp index 4d3cd5a..8196207 100644 --- a/src/TConsole.cpp +++ b/src/TConsole.cpp @@ -435,7 +435,6 @@ void TConsole::Command_Settings(const std::string&, const std::vector for (const auto& [composedKey, keyACL] : Application::Settings.getAccessControlMap()) { // even though we have the value, we want to ignore it in order to make use of access // control checks