Skip to content

Commit af5cbbb

Browse files
committed
Remove log
1 parent 3a953c8 commit af5cbbb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/webapp/app/services/endpoints/performEndpointIndexService.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -488,11 +488,6 @@ async function updateEndpointIndexWithError(
488488
},
489489
});
490490

491-
logger.debug("Recent indexes", {
492-
recentIndexes,
493-
endpointId,
494-
});
495-
496491
if (
497492
recentIndexes.length === MAX_SEQUENTIAL_FAILURE_COUNT - 1 &&
498493
recentIndexes.every((index) => index.status === "FAILURE")

0 commit comments

Comments
 (0)