mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 09:45:58 +01:00
configmanager: remove useless log from handleWorkspaceRule
This commit is contained in:
parent
7b73a332ea
commit
c0be1e2fd8
1 changed files with 0 additions and 1 deletions
|
@ -1039,7 +1039,6 @@ void CConfigManager::handleWorkspaceRules(const std::string& command, const std:
|
||||||
|
|
||||||
auto assignRule = [&](std::string rule) {
|
auto assignRule = [&](std::string rule) {
|
||||||
size_t delim = std::string::npos;
|
size_t delim = std::string::npos;
|
||||||
Debug::log(INFO, "found workspacerule: %s", rule.c_str());
|
|
||||||
if ((delim = rule.find("gapsin:")) != std::string::npos)
|
if ((delim = rule.find("gapsin:")) != std::string::npos)
|
||||||
wsRule.gapsIn = std::stoi(rule.substr(delim + 7));
|
wsRule.gapsIn = std::stoi(rule.substr(delim + 7));
|
||||||
else if ((delim = rule.find("gapsout:")) != std::string::npos)
|
else if ((delim = rule.find("gapsout:")) != std::string::npos)
|
||||||
|
|
Loading…
Reference in a new issue