diff --git a/Scripts/Wolvenkit_FileValidation.wscript b/Scripts/Wolvenkit_FileValidation.wscript index b18a737..5498a77 100644 --- a/Scripts/Wolvenkit_FileValidation.wscript +++ b/Scripts/Wolvenkit_FileValidation.wscript @@ -944,8 +944,6 @@ function getArchiveXlMeshPaths(depotPath) { paths.push(depotPath); } else { paths = resolveSubstitution([ depotPath ]); - Logger.Success(`resolved substitution: ${depotPath}`); - Logger.Success(paths); } // If nothing was substituted: We're done here