remove useless log

This commit is contained in:
Martin Konecny 2013-05-09 16:58:50 -04:00
parent afb24c37ab
commit 3948964e8d
1 changed files with 0 additions and 3 deletions

View File

@ -151,9 +151,6 @@ class Application_Model_StoredFile
}
$dbMd[constant($mdConst)] = $mdValue;
} else {
Logging::warn("using metadata that is not defined.
[$mdConst] => [$mdValue]");
}
}
$this->setDbColMetadata($dbMd);