Skip to content
Snippets Groups Projects
Verified Commit c59ef869 authored by Julian Keck's avatar Julian Keck :smiley:
Browse files

FIX: remove unused code

parent 9af67edc
No related branches found
No related tags found
No related merge requests found
Pipeline #419063 passed with warnings
......@@ -19,23 +19,6 @@ export default {
]
return TransactionService.execute(config, ta)
},
get_black_box_module_types(config) {
const ta = [
{
name: 'ndcfg.module_type_class.list',
old: {
name: 'BlkBx',
}
},
{
name: 'ndcfg.module_type.list',
inner_join_ref: {
mtc_list: 'default',
}
}
]
return TransactionService.execute(config, ta)
},
// TODO: the response of this query is rather large (for medium sized querys multiple MB)
// not all parts are required => this should be filtered
get_dd_by_bcd_new(config, bcd_name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment