From 56918868664203496199593189f67455dd4f8c38 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 2 Sep 2015 19:26:26 +0000 Subject: Tox: - show error if profile loading failed - code cleaning - menus uid git-svn-id: http://svn.miranda-ng.org/main/trunk@15158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_core.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Tox/src/tox_core.cpp') 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); -- cgit v1.2.3