mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Commented out printing all conditions.
This commit is contained in:
parent
40b3e899a5
commit
0c19604a38
1 changed files with 3 additions and 0 deletions
|
@ -908,6 +908,8 @@ void RegionTable_Init() {
|
|||
}
|
||||
}
|
||||
|
||||
#if 0 // Print all conditions for debugging
|
||||
// RANDOTODO: Remove before merging
|
||||
std::ostringstream ss;
|
||||
|
||||
for (uint32_t i = RR_ROOT; i <= RR_GANONS_CASTLE; i++) {
|
||||
|
@ -923,6 +925,7 @@ void RegionTable_Init() {
|
|||
}
|
||||
|
||||
SPDLOG_INFO("All Conditions:\n{}", ss.str());
|
||||
#endif
|
||||
}
|
||||
|
||||
void ReplaceFirstInString(std::string& s, std::string const& toReplace, std::string const& replaceWith) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue