mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
removed debug info
This commit is contained in:
parent
4cb7522feb
commit
7691a8ef2f
1 changed files with 2 additions and 1 deletions
|
@ -185,8 +185,9 @@ bool GxsChannelPostItem::setGroup(const RsGxsChannelGroup &group, bool doFill)
|
||||||
mGroup = group;
|
mGroup = group;
|
||||||
|
|
||||||
// if not publisher, hide the edit button. Without the publish key, there's no way to edit a message.
|
// if not publisher, hide the edit button. Without the publish key, there's no way to edit a message.
|
||||||
|
#ifdef DEBUG_ITEM
|
||||||
std::cerr << "Group subscribe flags = " << std::hex << mGroup.mMeta.mSubscribeFlags << std::dec << std::endl;
|
std::cerr << "Group subscribe flags = " << std::hex << mGroup.mMeta.mSubscribeFlags << std::dec << std::endl;
|
||||||
|
#endif
|
||||||
if(!IS_GROUP_PUBLISHER(mGroup.mMeta.mSubscribeFlags))
|
if(!IS_GROUP_PUBLISHER(mGroup.mMeta.mSubscribeFlags))
|
||||||
ui->editButton->hide();
|
ui->editButton->hide();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue