Skip to content

Commit

Permalink
fix(ibm-major-version-in-path): remove extraneous debug message (#655)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <[email protected]>
  • Loading branch information
padamstx authored Mar 22, 2024
1 parent d6a3203 commit d191715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ruleset/src/functions/check-major-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = function (apiDef, _opts, context) {
// - Each path has a path segment of the form v followed by a number, and the number is
// the same for all paths
function checkMajorVersion(apiDef) {
logger.debug(`${ruleId}: entered function checkMajorVersion().`);
if (apiDef === null || typeof apiDef !== 'object') {
return [];
}
Expand Down

0 comments on commit d191715

Please sign in to comment.