oops - and a printf crept in. i thought i was done.

This commit is contained in:
Carsten Haitzler 2013-12-27 17:18:46 +09:00
parent c8630c85a1
commit 73f91eb689
1 changed files with 0 additions and 1 deletions

View File

@ -524,7 +524,6 @@ eina_module_find(const Eina_Array *array, const char *module)
if (len <= 0)
continue;
printf("cmp %s %s %i\n", file_m, module, len);
if (!strncmp(module, file_m, len))
return m;
}