configmanager: remove useless log from handleWorkspaceRule

This commit is contained in:
vaxerski 2023-05-05 15:42:02 +01:00
parent 7b73a332ea
commit c0be1e2fd8

View file

@ -1039,7 +1039,6 @@ void CConfigManager::handleWorkspaceRules(const std::string& command, const std:
auto assignRule = [&](std::string rule) {
size_t delim = std::string::npos;
Debug::log(INFO, "found workspacerule: %s", rule.c_str());
if ((delim = rule.find("gapsin:")) != std::string::npos)
wsRule.gapsIn = std::stoi(rule.substr(delim + 7));
else if ((delim = rule.find("gapsout:")) != std::string::npos)