diff options
Diffstat (limited to 'protocols/Tox/src/tox_core.cpp')
-rw-r--r-- | protocols/Tox/src/tox_core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp index fc5527adec..242a2eafa9 100644 --- a/protocols/Tox/src/tox_core.cpp +++ b/protocols/Tox/src/tox_core.cpp @@ -39,8 +39,6 @@ bool CToxProto::InitToxCore() }
}
- debugLogA(__FUNCTION__": loading tox profile");
-
if (LoadToxProfile(options))
{
tox_callback_friend_request(tox, OnFriendRequest, this);
|