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 Jan 8, 2024
1 parent a76aeae commit b64ae6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Scripts/Wolvenkit_FileValidation.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b64ae6b

Please sign in to comment.