-remove unecessary logging

This commit is contained in:
Martin Konecny 2012-08-23 15:03:59 -04:00
parent b506c37341
commit ea58ae9cc8
1 changed files with 0 additions and 1 deletions

View File

@ -1007,7 +1007,6 @@ class ApiController extends Zend_Controller_Action
list($id, $gain) = $pair;
$file = Application_Model_StoredFile::Recall($p_id = $id)->getPropelOrm();
Logging::debug("Setting $gain for file id $id");
$file->setDbReplayGain($gain);
$file->save();
}