--printf
authorHannes Janetzek <hannes.janetzek@gmail.com>
Fri, 4 Sep 2009 19:43:41 +0000 (19:43 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Fri, 4 Sep 2009 19:43:41 +0000 (19:43 +0000)
SVN revision: 42263

src/bin/e_module.c

index 973f12b..9b182aa 100644 (file)
@@ -53,8 +53,6 @@ e_module_shutdown(void)
     * dont use EINA_LIST_FREE until solved! */
    EINA_LIST_FOREACH(_e_modules, l, m)
      {
-       printf("shutdown module: %s\n", m->name);
-       
        if (m && m->enabled && !m->error)
          {
             m->func.save(m);