Skip to content

Commit

Permalink
Don't log warning on fetchResource != 200
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Nov 21, 2023
1 parent c263b17 commit bd5c39c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/App/Core/Github.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ extension Github {
}

guard response.status == .ok else {
Current.logger().warning("fetchResource \(uri) request failed with status \(response.status)")
throw Error.requestFailed(response.status)
}

Expand Down

0 comments on commit bd5c39c

Please sign in to comment.