mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
remove err print
This commit is contained in:
parent
101b58d9c5
commit
45bbf9a3b2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ std::vector<SWindowEntry> getWindows(const char* env) {
|
|||
try {
|
||||
result.push_back({TITLESTR, CLASSSTR, std::stoi(IDSTR)});
|
||||
} catch (...) {
|
||||
std::cout << "err\n"; // silent err
|
||||
// silent err
|
||||
}
|
||||
|
||||
rolling = rolling.substr(TITLESEPPOS + 5);
|
||||
|
|
Loading…
Reference in a new issue