mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 11:03:17 +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()) {
|
||||
foreach ($migrations as $migration) {
|
||||
echo get_class($migration) . "\n";
|
||||
$migration->migrate();
|
||||
echo get_class($migration) . " finished\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user