Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethWussmann committed Mar 6, 2024
1 parent 03f4da6 commit 678c8d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/api/gitea/giteaApiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 678c8d9

Please sign in to comment.