Skip to content

Commit

Permalink
Remove some left-over debug print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Mar 7, 2023
1 parent 60acf5c commit f9e787a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GitForWindowsHelper/check-runs.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const queueCheckRun = async (context, token, owner, repo, ref, checkRunName, tit
}
))
}
process.stderr.write(`Returning existing ${filtered[0].id}`)
return filtered[0].id
}

Expand Down

0 comments on commit f9e787a

Please sign in to comment.