removed logging statement
This commit is contained in:
parent
5c250fc28a
commit
bdb33bdd83
|
@ -413,7 +413,6 @@ class Application_Service_PodcastService
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
$child = $node->addChild($name, null, $namespace);
|
$child = $node->addChild($name, null, $namespace);
|
||||||
Logging::info($value);
|
|
||||||
$child[0] = $value;
|
$child[0] = $value;
|
||||||
return $child;
|
return $child;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue