mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-13 01:34:48 +03:00
configmanager: remove useless log from handleWorkspaceRule
This commit is contained in:
parent
7b73a332ea
commit
c0be1e2fd8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user