Skip to content

Commit f5cbfea

Browse files
committed
Remove overenthusiastic log line
1 parent 5ee9647 commit f5cbfea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Solution/source/Submenus/PedModelChanger.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ namespace sub
351351

352352
void ModelChangerMenu()
353353
{
354-
addlog(ige::LogType::LOG_TRACE, "Entering ModelChanger");
355354
bool modelChangerRandomPedVariation = false;
356355
bool modelChangerInput = false;
357356
rngped = { "", "" };
@@ -376,7 +375,6 @@ namespace sub
376375
AddOption("Others", null, nullFunc, SUB::MODELCHANGER_OTHERS);
377376
AddOption("~b~Input~s~ Model", modelChangerInput);
378377

379-
addlog(ige::LogType::LOG_TRACE, "Created ModelChanger Options");
380378
if (modelChangerRandomPedVariation)
381379
{
382380
addlog(ige::LogType::LOG_TRACE, "Random Ped Selected");

0 commit comments

Comments
 (0)