Skip to content

Commit

Permalink
Removed Debug Prints
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelSDM committed Apr 11, 2024
1 parent 3342c1f commit 54da973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HuntDMA/SDK/Environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void Environment::CacheEntities()
ent->SetType(EntityType::EnemyPlayer);

templayerlist.push_back(ent);
printf(LIT("Entity Ent Name: %s\n"), ent->GetEntityClassName().name);
// printf(LIT("Entity Ent Name: %s\n"), ent->GetEntityClassName().name);
continue;
}

Expand Down

0 comments on commit 54da973

Please sign in to comment.