removed logging
This commit is contained in:
parent
42a77072e1
commit
4a78b289e9
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ export default defineEventHandler(async () => {
|
||||||
|
|
||||||
const interfaces: serviceInterface[] = [];
|
const interfaces: serviceInterface[] = [];
|
||||||
if (Array.isArray(services)) {
|
if (Array.isArray(services)) {
|
||||||
console.log(`services is array`);
|
|
||||||
services.forEach((interface_obj) => {
|
services.forEach((interface_obj) => {
|
||||||
interfaces.push({
|
interfaces.push({
|
||||||
name: interface_obj.name,
|
name: interface_obj.name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue