remove useless log
This commit is contained in:
parent
afb24c37ab
commit
3948964e8d
|
@ -151,9 +151,6 @@ class Application_Model_StoredFile
|
||||||
}
|
}
|
||||||
$dbMd[constant($mdConst)] = $mdValue;
|
$dbMd[constant($mdConst)] = $mdValue;
|
||||||
|
|
||||||
} else {
|
|
||||||
Logging::warn("using metadata that is not defined.
|
|
||||||
[$mdConst] => [$mdValue]");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->setDbColMetadata($dbMd);
|
$this->setDbColMetadata($dbMd);
|
||||||
|
|
Loading…
Reference in New Issue