1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

Remove debug message

This commit is contained in:
Sebastien Helleu
2008-09-29 16:33:50 +02:00
parent b706ee15dc
commit 966541d416
-3
View File
@@ -170,10 +170,7 @@ gui_bar_item_search_with_plugin (struct t_weechat_plugin *plugin,
if (strcmp (ptr_item->name, item_name) == 0)
{
if (ptr_item->plugin == plugin)
{
log_printf("item found 1: %x", ptr_item);
return ptr_item;
}
if (!exact_plugin)
{
if (ptr_item->plugin)