diff --git a/src/api/gitea/giteaApiService.ts b/src/api/gitea/giteaApiService.ts index ac6db87..cd9b9f8 100644 --- a/src/api/gitea/giteaApiService.ts +++ b/src/api/gitea/giteaApiService.ts @@ -19,9 +19,7 @@ export class GiteaApiService { private readonly gitHubPATs: string[], private readonly mirror: boolean, private readonly migrationItems: GiteaMigrationItem[], - ) { - this.logger.info("MIGRATION ITEMS", { migrationItems }); - } + ) {} private getReposFromPath = async (path: string) => { let page = 1;