Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
greglockwood committed Jan 9, 2021
1 parent 1634b8c commit 352822b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ async function ensurePrsExist({
process.stdout.write(`Creating ${prText} for branch "${branch}"${baseMessage}...`);
try {
prResponse = (await ghRepo.prAsync(payload))[0];
console.log(prResponse);
} catch (e) {
if (!checkAndReportInvalidBaseError(e, base)) {
console.error(JSON.stringify(e, null, 2));
Expand Down

0 comments on commit 352822b

Please sign in to comment.