1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Remove forgotten debug statement

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-13 00:18:11 +01:00
parent 4bb91143d7
commit ccd6cb79db
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -1492,7 +1492,6 @@ int Core::joinGroupchat(int32_t friendnumber, uint8_t type, const uint8_t* frien
else if (type == TOX_GROUPCHAT_TYPE_AV)
{
qDebug() << QString("Trying to join AV groupchat invite sent by friend %1").arg(friendnumber);
const_cast<uint8_t*>(friend_group_public_key)[2] = TOX_GROUPCHAT_TYPE_AV;
return toxav_join_av_groupchat(tox, friendnumber, friend_group_public_key, length, playGroupAudio, const_cast<Core*>(this));
}
else