Removed DropAll log message

Will eventually be printed by MO2Compiler as well
This commit is contained in:
Justin Swanson 2020-01-19 19:32:13 -06:00
parent 129fb445b8
commit 3d130690c4

View File

@ -14,7 +14,6 @@ namespace Wabbajack.Lib.CompilationSteps
{
var result = source.EvolveTo<NoMatch>();
result.Reason = "No Match in Stack";
Utils.Log($"No match for: {source.Path}");
return result;
}