-Improvement file appDelegation

- quit line deprecated.
This commit is contained in:
Marco Antonio Nina Mena
2015-03-31 14:52:36 -04:00
parent 8108a33230
commit 13f344a295

View File

@@ -153,8 +153,6 @@ class AppDelegation extends BaseAppDelegation
if ($this->validate()) {
try {
$res = $this->save();
//$inbox = new ListInbox();
//$inbox->newRow($this->toArray(BasePeer::TYPE_FIELDNAME), $delPreviusUsrUid);
} catch (PropelException $e) {
throw ($e);
}