removed debug statement

This commit is contained in:
Andreas Steffen 2008-05-20 16:23:58 +00:00
parent 7f02156ebf
commit 49aeafc502
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ static int load(private_plugin_loader_t *this, char *path, char *list)
{
*pos++ = '\0';
}
DBG1("loaded plugin: '%s'", list);
plugin = load_plugin(this, path, list);
if (plugin)
{ /* insert in front to destroy them in reverse order */