cleanup: remove debug logging from storage parsing

- Remove console.log statement for storage requirements
- Cleaner code without debug output

🤖 Generated with [Claude Code](https://claude.com/claude.com)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2025-12-06 02:29:59 +04:00
Unverified
parent 01b4c09e73
commit 7974d56d36

View File

@@ -4277,8 +4277,7 @@ var wpcf7 = {
});
}
});
console.log("Parsed storage requirements:", storageReqs);
// Map requirements to available storage options
let reqIndex = 0;
@@ -4945,9 +4944,9 @@ var wpcf7 = {
console.error(`✗ No empty slots available for: ${req.spec}`);
}
}
});
} else {
});
} else {
// Pre-set configState for custom servers
initializedSlots.forEach(slot => {
configState[slot.label] = slot.currentVal.price;