Skip to content

Commit

Permalink
removed some log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorithman committed Apr 21, 2021
1 parent f4bbf1b commit 351737c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion JotunnBuildTask/GenerateMMHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@ private bool InvokeHookgen(string file, string output, string md5)
}
((BaseAssemblyResolver)modder.AssemblyResolver)?.AddSearchDirectory(Path.Combine(ValheimPath, UnstrippedCorlib));

/*
foreach (var dir in ((BaseAssemblyResolver) modder.AssemblyResolver)?.GetSearchDirectories())
{
Log.LogMessage(MessageImportance.High,$"Searching in {dir}");
}

*/

modder.Read();

modder.MapDependencies();
Expand Down

0 comments on commit 351737c

Please sign in to comment.