removing logging
This commit is contained in:
parent
1e57309e66
commit
6ae8da98e4
|
@ -601,8 +601,6 @@ SQL;
|
|||
|
||||
public function getFadeInfo($pos)
|
||||
{
|
||||
Logging::info("Getting fade info for pos {$pos}");
|
||||
|
||||
$row = CcPlaylistcontentsQuery::create()
|
||||
->joinWith(CcFilesPeer::OM_CLASS)
|
||||
->filterByDbPlaylistId($this->id)
|
||||
|
|
Loading…
Reference in New Issue