Remove unneeded comment

This commit is contained in:
Reinier Criel 2025-12-15 15:59:24 +01:00
parent c07abe966b
commit 53e47581d4

View file

@ -160,6 +160,5 @@ function modifyPathForCi(shimsDir, binDir) {
}
function getToolsToSetup() {
// Python support is now enabled by default (feature flag removed)
return knownAikidoTools;
}