removed debug info and added comment

This commit is contained in:
csoler 2017-02-11 10:45:30 +01:00
parent ea82d26b75
commit 22f2edb5ad
2 changed files with 6 additions and 4 deletions

View file

@ -2138,7 +2138,9 @@ void RsGenExchange::publishMsgs()
if(createOk && validSize)
{
// empty orig msg id means this is the original
// msg
// msg.
// (csoler) Why are we doing this???
if(msg->metaData->mOrigMsgId.isNull())
{
msg->metaData->mOrigMsgId = msg->metaData->mMsgId;