ui/sidebar: remove spurious console.log
This commit is contained in:
@@ -186,7 +186,6 @@ const Services = () => {
|
|||||||
const moduleName = instance.module.name;
|
const moduleName = instance.module.name;
|
||||||
|
|
||||||
const label = moduleName == id ? moduleName : `${moduleName} (${id})`;
|
const label = moduleName == id ? moduleName : `${moduleName} (${id})`;
|
||||||
console.log("Service instance", id, instance, label);
|
|
||||||
return {
|
return {
|
||||||
id,
|
id,
|
||||||
label,
|
label,
|
||||||
|
|||||||
Reference in New Issue
Block a user