mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Antora remove unnecessary logging
This commit is contained in:
parent
3c39761ca1
commit
939a5581f2
@ -5,7 +5,6 @@
|
|||||||
module.exports.register = (pipeline, { config }) => {
|
module.exports.register = (pipeline, { config }) => {
|
||||||
|
|
||||||
pipeline.on('contentAggregated', ({ contentAggregate }) => {
|
pipeline.on('contentAggregated', ({ contentAggregate }) => {
|
||||||
console.log("version-fix.js")
|
|
||||||
contentAggregate.forEach(aggregate => {
|
contentAggregate.forEach(aggregate => {
|
||||||
if (aggregate.name === "" && aggregate.displayVersion === 5.6) {
|
if (aggregate.name === "" && aggregate.displayVersion === 5.6) {
|
||||||
aggregate.name = "ROOT";
|
aggregate.name = "ROOT";
|
||||||
@ -14,7 +13,6 @@ module.exports.register = (pipeline, { config }) => {
|
|||||||
aggregate.displayVersion = `${aggregate.version}`
|
aggregate.displayVersion = `${aggregate.version}`
|
||||||
delete aggregate.prerelease
|
delete aggregate.prerelease
|
||||||
}
|
}
|
||||||
out(aggregate);
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user