소스 검색

Remove debug die

Kirill chEbba Chebunin 12 년 전
부모
커밋
378636921d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 {