fixed connexion between posted items and async API, and removed dead code and debug info

This commit is contained in:
csoler 2020-02-19 21:52:55 +01:00
parent d3bd237cde
commit 5645d71699
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
13 changed files with 29 additions and 275 deletions

View file

@ -101,7 +101,7 @@ void GxsChannelGroupItem::loadGroup()
if(!rsGxsChannels->getChannelsInfo(groupIds,groups))
{
RsErr() << "GxsGxsChannelGroupItem::loadGroup() ERROR getting data" << std::endl;
RsErr() << "PostedItem::loadGroup() ERROR getting data" << std::endl;
return;
}