浏览代码

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 {