summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_events.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-08-17 18:57:11 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-08-17 18:57:11 +0000
commit9242cbc94746fc871e71c20b6977e1bb2cfe9c3e (patch)
tree829731785ed03a9a8bf4e55a34828e0ae3edd2d2 /protocols/Tox/src/tox_events.cpp
parentae4baba8780a843d17e3403a618775f31f9df7f9 (diff)
Tox:
- fixed friend names - some fixes with profile changing git-svn-id: http://svn.miranda-ng.org/main/trunk@10217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_events.cpp')
-rw-r--r--protocols/Tox/src/tox_events.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_events.cpp b/protocols/Tox/src/tox_events.cpp
index 84193c059e..10f3c29701 100644
--- a/protocols/Tox/src/tox_events.cpp
+++ b/protocols/Tox/src/tox_events.cpp
@@ -81,8 +81,6 @@ void CToxProto::OnFriendMessage(Tox *tox, const int friendnumber, const uint8_t
{
CToxProto *proto = (CToxProto*)arg;
- proto->debugLogA("CToxProto::OnFriendMessage: friend number is %d", friendnumber);
-
std::vector<uint8_t> clientId(TOX_CLIENT_ID_SIZE);
tox_get_client_id(tox, friendnumber, &clientId[0]);
std::string toxId = proto->DataToHexString(clientId);