Skip to content

Commit

Permalink
fix(rubygems): Remove verbose debug logging (renovatebot#22235)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov authored and mjunker committed May 17, 2023
1 parent d5d2679 commit 7bdce6f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/modules/datasource/rubygems/versions-datasource.ts
Expand Up @@ -45,15 +45,7 @@ const Lines = z
}
}
return { packageName, deletedVersions, addedVersions };
}),
{
onError: ({ error: err, input }) => {
logger.debug(
{ err, input },
'Rubygems: failed to parse some version lines'
);
},
}
})
)
);
type Lines = z.infer<typeof Lines>;
Expand Down

0 comments on commit 7bdce6f

Please sign in to comment.