1
0

remove log

This commit is contained in:
Guillermo Vaya 2022-07-29 18:29:41 +02:00
parent b1d02ca776
commit 7f70065ce7

View File

@ -39,7 +39,6 @@ export async function updatePlugs() {
let plugList: string[] = [];
try {
const plugListRead: any[] = await readYamlPage("PLUGS");
console.log(plugList);
plugList = plugListRead.filter((plug) => typeof plug === 'string');
if (plugList.length !== plugListRead.length) {
throw new Error(`Some of the plugs were not in a yaml list format, they were ignored`);