--printf, once again..

SVN revision: 42268
This commit is contained in:
Hannes Janetzek 2009-09-04 20:41:00 +00:00
parent 53a673b1e9
commit f9477d5e94
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ e_module_shutdown(void)
{
m = _e_modules->data;
printf("module shutdown %s\n", m->name);
if (m && m->enabled && !m->error)
{
m->func.save(m);