Skip to content

Commit 200552b

Browse files
committed
Drop some commented-out code
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent b5b8efb commit 200552b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GitForWindowsHelper/cascading-runs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ const cascadingRuns = async (context, req) => {
184184
gitToken,
185185
'GET',
186186
`/repos/${checkRunOwner}/${checkRunRepo}/compare/HEAD...${commit}`,
187-
// `/repos/dscho/git/compare/HEAD...${commit}`,
188187
)
189188
if (ahead_by > 0) {
190189
return `Ignoring ${name} check-run because its corresponding commit ${commit} is not on the main branch (ahead by ${ahead_by}, behind by ${behind_by})`

0 commit comments

Comments
 (0)