remove web component from dev interface

This commit is contained in:
Eduardo humberto 2018-03-20 15:13:10 -03:00
parent ed9bc12471
commit c75140b2f3
1 changed files with 0 additions and 8 deletions

View File

@ -107,14 +107,6 @@ class DevInterface {
);
add_meta_box(
$col->get_db_identifier() . '_metadata_js',
__('Field Components', 'tainacan'),
array(&$this, 'metadata_components_metabox'),
$col->get_db_identifier(), //post type
'normal'
);
}