Removed debug spam.

This commit is contained in:
Håvard Pettersson 2014-09-13 12:23:26 +02:00
parent e7ec533944
commit 901168ae8c
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ tox_weechat_do_timer_cb(void *data,
// check connection status
int connected = tox_isconnected(identity->tox);
weechat_printf(NULL, "%p connected: %d", identity->tox, connected);
if (connected ^ identity->tox_online)
{
identity->tox_online = connected;