summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-04-14 17:22:50 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-04-14 17:22:50 +0000
commita216cdaab245e00627e69726d1d65d06e91f03f9 (patch)
treef95a6030ae773e9238f7e65442de40044752eba6
parent5116d00341d784f690650bc4da8a5daed493fd59 (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12823 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/SkypeWeb/src/skype_proto.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp
index 2016277832..48f3713c28 100644
--- a/protocols/SkypeWeb/src/skype_proto.cpp
+++ b/protocols/SkypeWeb/src/skype_proto.cpp
@@ -202,7 +202,6 @@ int CSkypeProto::SetStatus(int iNewStatus)
m_iStatus = ID_STATUS_CONNECTING;
requestQueue->Start();
int tokenExpires(getDword("TokenExpiresIn", 0));
- debugLogA("%lli %lli", tokenExpires, time(NULL));
if ((tokenExpires - 1800) > time(NULL))
OnLoginSuccess();
else