mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +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 {
|
try {
|
||||||
result.push_back({TITLESTR, CLASSSTR, std::stoi(IDSTR)});
|
result.push_back({TITLESTR, CLASSSTR, std::stoi(IDSTR)});
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
std::cout << "err\n"; // silent err
|
// silent err
|
||||||
}
|
}
|
||||||
|
|
||||||
rolling = rolling.substr(TITLESEPPOS + 5);
|
rolling = rolling.substr(TITLESEPPOS + 5);
|
||||||
|
|
Loading…
Reference in a new issue