소스 검색

show SchemaException's in TableAcl init

Piotr Labudda 10 년 전
부모
커밋
3779ac99da
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      SE/se-lib/TableAcl.php

+ 0 - 2
SE/se-lib/TableAcl.php

@@ -934,8 +934,6 @@ class TableAcl {
 		try {
 			Lib::loadClass('Schema_TableFactory');
 			$this->_schemaClass = Schema_TableFactory::build($this->_name, $this->_db, $srvName);
-		} catch (SchemaException $e) {// hide only schema not found, else re-throw
-			DBG::_('DBG_SCH', '>1', "Exception in Schema_TableFactory::build", $e->getMessage(), __CLASS__, __FUNCTION__, __LINE__);
 		} catch (Exception $e) {
 			throw $e;
 		}