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