mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
chore(podcast-import): clean unnecessary critical log when importing episodes
This commit is contained in:
parent
855aacce0b
commit
ebb9be985a
1 changed files with 0 additions and 1 deletions
|
|
@ -307,7 +307,6 @@ class PodcastImportController extends BaseController
|
|||
$slugs = [];
|
||||
for ($itemNumber = 1; $itemNumber <= $lastItem; ++$itemNumber) {
|
||||
$item = $feed->channel[0]->item[$itemsCount - $itemNumber];
|
||||
log_message('critical', (string) $item->title);
|
||||
|
||||
$nsItunes = $item->children('http://www.itunes.com/dtds/podcast-1.0.dtd');
|
||||
$nsPodcast = $item->children(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue