ephysics: remove annoying debug info

Since it's very frequent to not have light set.



SVN revision: 78081
This commit is contained in:
Bruno Dilly 2012-10-16 23:12:08 +00:00
parent 1364bbc547
commit 1ddcacf1f5
1 changed files with 1 additions and 4 deletions

View File

@ -1612,10 +1612,7 @@ ephysics_world_light_all_bodies_get(const EPhysics_World *world)
}
if (!world->light)
{
INF("Light isn't set, can't get light property");
return EINA_FALSE;
}
return EINA_FALSE;
return world->light->all_bodies;
}