fix(aidocs_classes): Refactor and enhance changelog formatting

This commit is contained in:
2024-06-23 23:05:47 +02:00
parent 4ea205e11b
commit b0fcaba2c3
4 changed files with 26 additions and 36 deletions

View File

@@ -47,7 +47,6 @@ export class ProjectContext {
}
public async convertFilesToContext(filesArg: plugins.smartfile.SmartFile[]) {
console.log(`Using the following files for the documentation:`);
filesArg.map((fileArg) => {
// console.log(` -> ${fileArg.relative}`);
});