mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 18:44:30 +00:00
Remove debug, fix build
This commit is contained in:
@@ -1919,8 +1919,6 @@ class API_V1_adapter extends API_V1_Abstract
|
||||
*/
|
||||
protected function list_databox_metadata_field_properties(databox_field $databox_field)
|
||||
{
|
||||
echo "listing properties for ".$databox_field->get_id()."\n";
|
||||
var_dump($databox_field->get_tag());
|
||||
$ret = array(
|
||||
'id' => $databox_field->get_id(),
|
||||
'namespace' => $databox_field->get_tag()->getGroupName(),
|
||||
|
Reference in New Issue
Block a user