mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-20 13:28:42 +00:00
Remove var_dump from mappers
This commit is contained in:
parent
9ce69d5bca
commit
f6bc2b562f
|
|
@ -77,8 +77,6 @@ class WikiBadgeMapper extends DataMapperAbstract
|
|||
return $objId;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
var_dump($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -78,8 +78,6 @@ class WikiCategoryMapper extends DataMapperAbstract
|
|||
return $objId;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
var_dump($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -119,8 +119,6 @@ class WikiDocMapper extends DataMapperAbstract
|
|||
return $objId;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
var_dump($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user