mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
Remove log
This commit is contained in:
parent
f366e1d56e
commit
85bb09c70b
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ Randomizer::Randomizer() {
|
|||
for (auto item: *RandoMain::GetFullItemTable()) {
|
||||
// Easiest way to filter out all the empty values from the array, since we still technically want the 0/RG_NONE entry
|
||||
if (item.GetName().english.empty()) continue;
|
||||
SohImGui::GetConsole()->SendInfoMessage("GetFullItemTable %d %s %d", item.GetRandomizerGet(), item.GetName().english.c_str(), item.GetItemID());
|
||||
SpoilerfileGetNameToEnum[item.GetName().english] = item.GetRandomizerGet();
|
||||
SpoilerfileGetNameToEnum[item.GetName().french] = item.GetRandomizerGet();
|
||||
EnumToSpoilerfileGetName[item.GetRandomizerGet()] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue