Remove debug on plugin win create

This commit is contained in:
James Booth
2016-07-24 22:32:39 +01:00
parent a3a73cf003
commit cbfc34f7c3
2 changed files with 0 additions and 2 deletions

View File

@@ -218,7 +218,6 @@ static void
c_api_win_create(const char *filename, char *tag, void(*callback)(char *tag, char *line))
{
char *plugin_name = _c_plugin_name(filename);
log_debug("Win create %s for %s", tag, plugin_name);
WindowWrapper *wrapper = malloc(sizeof(WindowWrapper));
wrapper->func = callback;