Revert debugging code...

This commit is contained in:
Mike Gelfand 2016-10-03 21:54:21 +03:00
parent 981ef30ab4
commit 4b4797a220
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ Session::updateInfo (tr_variant * d)
if (mySessionId != sessionId)
{
mySessionId = sessionId;
myIsDefinitelyLocalSession = rand() % 2; // tr_session_id_is_local (str);
myIsDefinitelyLocalSession = tr_session_id_is_local (str);
}
}
else