Remove debug

This commit is contained in:
Romain Neutron
2012-10-02 14:21:31 +02:00
parent c68def16e8
commit cfd6d98b88

View File

@@ -44,9 +44,7 @@ class module_console_systemUpgrade extends Command
while ($migrations = $this->container['phraseanet.configuration-tester']->getMigrations()) {
foreach ($migrations as $migration) {
echo get_class($migration) . "\n";
$migration->migrate();
echo get_class($migration) . " finished\n";
}
}