From 901168ae8c0336eb202faf317e092f07dfdadb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Sat, 13 Sep 2014 12:23:26 +0200 Subject: [PATCH] Removed debug spam. --- src/tox-weechat-tox-callbacks.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tox-weechat-tox-callbacks.c b/src/tox-weechat-tox-callbacks.c index 1fcbf7c..1b8921b 100644 --- a/src/tox-weechat-tox-callbacks.c +++ b/src/tox-weechat-tox-callbacks.c @@ -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;