Skip to content

Commit

Permalink
modules/hyprland/backend: remove testing log warn
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jun 15, 2024
1 parent bac4d03 commit f9e693b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/hyprland/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
}

Expand Down

0 comments on commit f9e693b

Please sign in to comment.