// debug(1,"pc_queue get item.");
pthread_cleanup_push(metadata_pack_cleanup_function, (void *)&pack);
if (config.metadata_enabled) {
- debug(1, "metadata_process type %x, code %x and length %u.", pack.type, pack.code, pack.length);
- metadata_process(pack.type, pack.code, pack.data, pack.length);
+ // debug(1, "metadata_process type %x, code %x and length %u.", pack.type, pack.code, pack.length);
+ // metadata_process(pack.type, pack.code, pack.data, pack.length);
#ifdef CONFIG_METADATA_HUB
debug(1, "metadata_hub_process.");
metadata_hub_process_metadata(pack.type, pack.code, pack.data, pack.length);