From 7691a8ef2f861e1c82891f96e7ec0e373e239f6c Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 7 Jun 2017 21:41:20 +0200 Subject: [PATCH] removed debug info --- retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp index 2c0e1af84..46a3943e5 100644 --- a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp +++ b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp @@ -185,8 +185,9 @@ bool GxsChannelPostItem::setGroup(const RsGxsChannelGroup &group, bool doFill) mGroup = group; // 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; +#endif if(!IS_GROUP_PUBLISHER(mGroup.mMeta.mSubscribeFlags)) ui->editButton->hide();