removed logging

This commit is contained in:
WeeXnes 2025-02-27 02:57:31 +01:00
parent 42a77072e1
commit 4a78b289e9

View file

@ -11,7 +11,6 @@ export default defineEventHandler(async () => {
const interfaces: serviceInterface[] = [];
if (Array.isArray(services)) {
console.log(`services is array`);
services.forEach((interface_obj) => {
interfaces.push({
name: interface_obj.name,