remove log
This commit is contained in:
parent
b1d02ca776
commit
7f70065ce7
@ -39,7 +39,6 @@ export async function updatePlugs() {
|
|||||||
let plugList: string[] = [];
|
let plugList: string[] = [];
|
||||||
try {
|
try {
|
||||||
const plugListRead: any[] = await readYamlPage("PLUGS");
|
const plugListRead: any[] = await readYamlPage("PLUGS");
|
||||||
console.log(plugList);
|
|
||||||
plugList = plugListRead.filter((plug) => typeof plug === 'string');
|
plugList = plugListRead.filter((plug) => typeof plug === 'string');
|
||||||
if (plugList.length !== plugListRead.length) {
|
if (plugList.length !== plugListRead.length) {
|
||||||
throw new Error(`Some of the plugs were not in a yaml list format, they were ignored`);
|
throw new Error(`Some of the plugs were not in a yaml list format, they were ignored`);
|
||||||
|
Loading…
Reference in New Issue
Block a user