summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2017-03-15 08:15:58 +0100
committerRobert Pösel <robyer@seznam.cz>2017-03-15 08:15:58 +0100
commita36a65ba14f5d8e6c8fa24b837a04d53b9ec3fc8 (patch)
treec2b98d93965a6faa2f46b605a14b501b90295d8b /protocols/SkypeWeb
parente660c724be8306616374e554f386163f9dfa35ac (diff)
SkypeWeb: Remove useless "OnDbEventRead" logging (fixes #734)
I still kept "MarkMessagesRead" because that is at least related to the SkypeWeb account contacts. "OnDbEventRead" is fired for any contact of any protocol.
Diffstat (limited to 'protocols/SkypeWeb')
-rw-r--r--protocols/SkypeWeb/src/skype_messages.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_messages.cpp b/protocols/SkypeWeb/src/skype_messages.cpp
index 6530b6ceb6..62beabe57d 100644
--- a/protocols/SkypeWeb/src/skype_messages.cpp
+++ b/protocols/SkypeWeb/src/skype_messages.cpp
@@ -254,7 +254,6 @@ void CSkypeProto::OnPrivateMessageEvent(const JSONNode &node)
int CSkypeProto::OnDbEventRead(WPARAM hContact, LPARAM hDbEvent)
{
- debugLogA(__FUNCTION__);
if (IsOnline() && !isChatRoom(hContact) && !mir_strcmp(GetContactProto(hContact), m_szModuleName))
MarkMessagesRead(hContact, hDbEvent);
return 0;