Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 4c03143

Browse files
authored
Remove logging of mapped object
1 parent d245d17 commit 4c03143

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/check.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ const rest = (options, callback) => {
8888

8989
if (found) {
9090
const mapped = schemeMapper[options.fetchTags ? 'tag' : 'release'](version);
91-
console.log(mapped);
9291
callback(null, mapped);
9392
} else {
9493
callback(null, null);

0 commit comments

Comments
 (0)