mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-13 14:58:41 +00:00
Remove var_dump from mappers
This commit is contained in:
parent
791ac41f8f
commit
36b8801c7b
|
|
@ -92,8 +92,6 @@ class TicketMapper extends DataMapperAbstract
|
||||||
return $objId;
|
return $objId;
|
||||||
}
|
}
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
var_dump($e->getMessage());
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user