diff --git a/GitForWindowsHelper/check-runs.js b/GitForWindowsHelper/check-runs.js index 768f3223..be1fd216 100644 --- a/GitForWindowsHelper/check-runs.js +++ b/GitForWindowsHelper/check-runs.js @@ -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 }