Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit f4bbfd8

Browse files
committed
Removing debugging commands
1 parent 95ddea2 commit f4bbfd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action/lib/parse.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ export default function ({
9797
// analyze with semver
9898
let versionChange;
9999

100-
console.log(from.version, to.version);
101100
if (from && from.version) {
102101
versionChange = semverDiff(from.version, to.version);
103102
}
104-
console.log(versionChange);
105103

106104
// check all configuration variants to see if one matches
107105
for (const {
@@ -154,8 +152,6 @@ export default function ({
154152
continue;
155153
}
156154

157-
console.log(versionChange);
158-
159155
// evaluate weight of detected change
160156
if ((weight[target] || 0) >= (weight[versionChange] || 0)) {
161157
// tell dependabot to merge

0 commit comments

Comments
 (0)