mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +00:00
Remove unnecessary console log for file name in fetchAllMetaDataFiles
to clean up code
This commit is contained in:
parent
62ef9ec88c
commit
c9b639a636
@ -17,7 +17,6 @@ const fetchAllMetaDataFiles = async () => {
|
|||||||
const scripts: Script[] = [];
|
const scripts: Script[] = [];
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
const response = await fetch(file.download_url);
|
const response = await fetch(file.download_url);
|
||||||
console.log(file.name);
|
|
||||||
const script = await response.json();
|
const script = await response.json();
|
||||||
scripts.push(script);
|
scripts.push(script);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user