Skip to content

Commit e83d2e3

Browse files
committed
fix: comments
1 parent 88f11db commit e83d2e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/logging.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function getHttpStatusCode(error: unknown): number | undefined {
3131
/**
3232
* Logs HTTP errors based on status code, following apify-core pattern.
3333
* Uses `softFail` for status < 500 (API client errors) and `exception` for status >= 500 (API server errors).
34-
* Similar to apify-core's `logHttpError` but uses `softFail` instead of `warning` for < 500.
3534
*
3635
* @param error - The error object
3736
* @param message - The log message

0 commit comments

Comments
 (0)