Skip to content

Commit

Permalink
modified: src/Utility.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mort65 committed Aug 17, 2024
1 parent 271d45d commit ed6acdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ namespace

std::vector<RE::TESForm*> GetItemsByType(RE::StaticFunctionTag*, RE::TESObjectREFR* a_container, std::vector<UINT32> a_types)
{
SKSE::log::info("GetItemsByType");
std::vector<RE::TESForm*> filtered;

if (!a_container || a_types.empty()) {
Expand Down

0 comments on commit ed6acdf

Please sign in to comment.