mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed DropAll log message
Will eventually be printed by MO2Compiler as well
This commit is contained in:
parent
129fb445b8
commit
3d130690c4
@ -14,7 +14,6 @@ namespace Wabbajack.Lib.CompilationSteps
|
|||||||
{
|
{
|
||||||
var result = source.EvolveTo<NoMatch>();
|
var result = source.EvolveTo<NoMatch>();
|
||||||
result.Reason = "No Match in Stack";
|
result.Reason = "No Match in Stack";
|
||||||
Utils.Log($"No match for: {source.Path}");
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user