diff --git a/SPID/include/LinkedDistribution.h b/SPID/include/LinkedDistribution.h
index 930d2fb..c9827e5 100644
--- a/SPID/include/LinkedDistribution.h
+++ b/SPID/include/LinkedDistribution.h
@@ -64,6 +64,8 @@ namespace LinkedDistribution
/// A raw linked item entries that should be processed.
void LookupLinkedItems(RE::TESDataHandler* const dataHandler, INI::LinkedItemsVec& rawLinkedItems = INI::linkedItems);
+ void LogLinkedItemsLookup();
+
///
/// Calculates DistributionSet for each linked form and calls a callback for each of them.
///
@@ -72,12 +74,6 @@ namespace LinkedDistribution
/// A callback to be called with each DistributionSet. This is supposed to do the actual distribution.
void ForEachLinkedDistributionSet(const std::set& linkedForms, std::function callback);
- ///
- /// Iterates over each type of LinkedForms and calls a callback with each of them.
- ///
- template
- void ForEachLinkedForms(Func&& func, const Args&&... args);
-
private:
template
DataVec