mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
Remove debug
This commit is contained in:
@@ -44,9 +44,7 @@ class module_console_systemUpgrade extends Command
|
|||||||
|
|
||||||
while ($migrations = $this->container['phraseanet.configuration-tester']->getMigrations()) {
|
while ($migrations = $this->container['phraseanet.configuration-tester']->getMigrations()) {
|
||||||
foreach ($migrations as $migration) {
|
foreach ($migrations as $migration) {
|
||||||
echo get_class($migration) . "\n";
|
|
||||||
$migration->migrate();
|
$migration->migrate();
|
||||||
echo get_class($migration) . " finished\n";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user