1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Accidentally had committed a debug thing.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2289 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-31 16:31:08 +00:00 committed by cras
parent 3f75bd3c3c
commit f594121100

View File

@ -102,7 +102,6 @@ static void nicklist_destroy(CHANNEL_REC *channel, NICK_REC *nick)
{
signal_emit("nicklist remove", 2, channel, nick);
if (g_hash_table_size(nick->module_data) > 5) g_error("BUG!"); // FIXME: debug
MODULE_DATA_DEINIT(nick);
g_free(nick->nick);
g_free_not_null(nick->realname);