remove debugging info when loading fixtures

This commit is contained in:
Julien Fastré 2013-10-29 11:57:37 +01:00
parent 82b3f5bfe0
commit d0c480802e

View File

@ -101,7 +101,7 @@ class LoadPeople extends AbstractFixture {
call_user_func(array($p, 'set'.$key), $value);
}
}
var_dump($p);
$manager->persist($p);
} while ($i <= 100);