CC-4639: Give an option to allow smart blocks to reuse tracks if not enough

tracks meet the time limit

- code optimazation
This commit is contained in:
james 2012-10-31 12:05:17 -04:00
parent 1899d588ee
commit 9293a26738
2 changed files with 13 additions and 16 deletions

View file

@ -513,7 +513,7 @@ class PlaylistController extends Zend_Controller_Action
} catch (BlockNotFoundException $e) {
$this->playlistNotFound('block', true);
} catch (Exception $e) {
Logging::info($e);
//Logging::info($e);
$this->playlistUnknownError($e);
}
}