Skip to content

Commit

Permalink
Remove logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
n6g7 committed Sep 25, 2019
1 parent 21d9a29 commit 3ca1d43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion automerge/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15536,7 +15536,6 @@ function conditionApplies(type, value, pullRequest, client, sha) {
repo: github.context.repo.repo,
pull_number: pullRequest.number
});
console.log(value, response.data);
return response.data.user.login === value;
}
case "base":
Expand Down
1 change: 0 additions & 1 deletion automerge/src/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ async function conditionApplies<T extends keyof RuleConditions>(
repo: github.context.repo.repo,
pull_number: pullRequest.number
});
console.log(value, response.data);
return response.data.user.login === value;
}
case "base":
Expand Down

0 comments on commit 3ca1d43

Please sign in to comment.