removed some debug output

This commit is contained in:
csoler 2023-11-10 22:42:32 +01:00
parent a64fda1fb8
commit 48da2d195a
6 changed files with 21 additions and 6 deletions

View file

@ -73,8 +73,9 @@ JsonApiPage::JsonApiPage(QWidget */*parent*/, Qt::WindowFlags /*flags*/)
if(!je)
return;
#ifdef DEBUG
std::cerr << "Caught JSONAPI event! code=" << static_cast<int>(je->mJsonApiEventCode) << std::endl;
#endif
RsQThreadUtils::postToObject([=]() { load(); }, this );
},