Skip to content

Commit 86b2ad6

Browse files
committed
Remove unneeded comment
1 parent 5dfb610 commit 86b2ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/upload-lib.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ async function uploadPayload(
356356
): Promise<string> {
357357
logger.info("Uploading results");
358358

359-
// If in test mode we don't want to upload the results,
360359
if (util.shouldSkipSarifUpload()) {
361360
const payloadSaveFile = path.join(
362361
actionsUtil.getTemporaryDirectory(),

0 commit comments

Comments
 (0)