modules/hyprland/backend: remove testing log warn
This commit is contained in:
parent
bac4d03813
commit
f9e693b2a2
|
@ -20,7 +20,6 @@ std::filesystem::path IPC::socketFolder_;
|
||||||
std::filesystem::path IPC::getSocketFolder(const char* instanceSig) {
|
std::filesystem::path IPC::getSocketFolder(const char* instanceSig) {
|
||||||
// socket path, specified by EventManager of Hyprland
|
// socket path, specified by EventManager of Hyprland
|
||||||
if (!socketFolder_.empty()) {
|
if (!socketFolder_.empty()) {
|
||||||
spdlog::warn("socketFolder already set, using {}", socketFolder_.c_str());
|
|
||||||
return socketFolder_;
|
return socketFolder_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue