Remove var_dump from mappers

This commit is contained in:
Dennis Eichhorn 2017-11-07 20:35:13 +01:00
parent 87ccf96621
commit 1b9ff243dd
4 changed files with 0 additions and 8 deletions

View File

@ -90,8 +90,6 @@ class QAAnswerMapper extends DataMapperAbstract
return $objId;
}
} catch (\Exception $e) {
var_dump($e->getMessage());
return false;
}

View File

@ -77,8 +77,6 @@ class QABadgeMapper extends DataMapperAbstract
return $objId;
}
} catch (\Exception $e) {
var_dump($e->getMessage());
return false;
}

View File

@ -78,8 +78,6 @@ class QACategoryMapper extends DataMapperAbstract
return $objId;
}
} catch (\Exception $e) {
var_dump($e->getMessage());
return false;
}

View File

@ -125,8 +125,6 @@ class QAQuestionMapper extends DataMapperAbstract
return $objId;
}
} catch (\Exception $e) {
var_dump($e->getMessage());
return false;
}