removed logging statement

This commit is contained in:
Robbt 2019-04-24 22:28:09 -04:00
parent 5c250fc28a
commit bdb33bdd83
1 changed files with 0 additions and 1 deletions

View File

@ -413,7 +413,6 @@ class Application_Service_PodcastService
return null;
}
$child = $node->addChild($name, null, $namespace);
Logging::info($value);
$child[0] = $value;
return $child;
}