mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-14 11:49:16 +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[] = [];
|
||||
for (const file of files) {
|
||||
const response = await fetch(file.download_url);
|
||||
console.log(file.name);
|
||||
const script = await response.json();
|
||||
scripts.push(script);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user