Remove var_dump from mappers

This commit is contained in:
Dennis Eichhorn 2017-11-07 20:35:13 +01:00
parent 9ce69d5bca
commit f6bc2b562f
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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