From bdb33bdd8372eca33fa16cece2f8fd4fbce9eec8 Mon Sep 17 00:00:00 2001 From: Robbt Date: Wed, 24 Apr 2019 22:28:09 -0400 Subject: [PATCH] removed logging statement --- airtime_mvc/application/services/PodcastService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/airtime_mvc/application/services/PodcastService.php b/airtime_mvc/application/services/PodcastService.php index d9362ebde..587b85498 100644 --- a/airtime_mvc/application/services/PodcastService.php +++ b/airtime_mvc/application/services/PodcastService.php @@ -413,7 +413,6 @@ class Application_Service_PodcastService return null; } $child = $node->addChild($name, null, $namespace); - Logging::info($value); $child[0] = $value; return $child; }