remove useless log
This commit is contained in:
parent
afb24c37ab
commit
3948964e8d
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue