Skip to content

Commit

Permalink
removed a debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
manavortex committed Apr 15, 2024
1 parent fa35ed3 commit 2258e7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scripts/Wolvenkit_FileValidation.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,6 @@ function entFile_appFile_validateComponent(component, _index, validateRecursivel
localErrors.push(`name: ${MISSING_PREFIX_WARNING}`);
}

Logger.Success(`${pathHasSubstitution}: ${componentMeshPath}`);
if (!pathHasSubstitution && !checkDepotPath(componentMeshPath)) {
localErrors.push(`${info}: ${componentMeshPath} not found in game or project files`);
}
Expand Down

0 comments on commit 2258e7b

Please sign in to comment.