remove err print

This commit is contained in:
vaxerski 2022-12-17 18:00:42 +00:00
parent 101b58d9c5
commit 45bbf9a3b2
1 changed files with 1 additions and 1 deletions

View File

@ -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);