mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove dump
This commit is contained in:
parent
ba778b1cf8
commit
bbcbbf078f
@ -82,7 +82,6 @@ class PersonDuplicateController extends \Symfony\Bundle\FrameworkBundle\Controll
|
|||||||
$connection->beginTransaction();
|
$connection->beginTransaction();
|
||||||
|
|
||||||
foreach ($sqls as $sql) {
|
foreach ($sqls as $sql) {
|
||||||
dump($sql);
|
|
||||||
$connection->executeQuery($sql);
|
$connection->executeQuery($sql);
|
||||||
}
|
}
|
||||||
$connection->commit();
|
$connection->commit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user