modules/hyprland/backend: remove testing log warn

This commit is contained in:
Austin Horstman 2024-06-15 18:36:59 -05:00
parent bac4d03813
commit f9e693b2a2
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ std::filesystem::path IPC::socketFolder_;
std::filesystem::path IPC::getSocketFolder(const char* instanceSig) {
// socket path, specified by EventManager of Hyprland
if (!socketFolder_.empty()) {
spdlog::warn("socketFolder already set, using {}", socketFolder_.c_str());
return socketFolder_;
}