remove comment

This commit is contained in:
drigato 2015-09-16 15:07:38 -04:00
parent 2ede56c26d
commit c1899f18af
2 changed files with 0 additions and 3 deletions

View file

@ -41,8 +41,6 @@ class Podcast extends BasePodcast
$podcast->setDbType(IMPORTED_PODCAST);
$podcast->save();
//TODO: fetch podcast episodes and return with podcast object
return $podcast->toArray(BasePeer::TYPE_FIELDNAME);
} catch(Exception $e) {
$podcast->delete();