Explorar el Código

Remove debug die

Kirill chEbba Chebunin hace 12 años
padre
commit
378636921d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php

+ 0 - 1
lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php

@@ -699,7 +699,6 @@ class NestedTreeRepository extends AbstractTreeRepository
             } catch (\Exception $e) {
                 $this->_em->close();
                 $this->_em->getConnection()->rollback();
-                die($e->getMessage());
                 throw new \Gedmo\Exception\RuntimeException('Transaction failed', null, $e);
             }
         } else {