From 3d130690c4ce97f44f5f8be55d48c71a0c98f70f Mon Sep 17 00:00:00 2001 From: Justin Swanson Date: Sun, 19 Jan 2020 19:32:13 -0600 Subject: [PATCH] Removed DropAll log message Will eventually be printed by MO2Compiler as well --- Wabbajack.Lib/CompilationSteps/DropAll.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Wabbajack.Lib/CompilationSteps/DropAll.cs b/Wabbajack.Lib/CompilationSteps/DropAll.cs index 9511e7fe..2d5c65a1 100644 --- a/Wabbajack.Lib/CompilationSteps/DropAll.cs +++ b/Wabbajack.Lib/CompilationSteps/DropAll.cs @@ -14,7 +14,6 @@ namespace Wabbajack.Lib.CompilationSteps { var result = source.EvolveTo(); result.Reason = "No Match in Stack"; - Utils.Log($"No match for: {source.Path}"); return result; }