Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanshine committed Mar 20, 2023
1 parent 69fd8ee commit e40c861
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/OpenAIKit/Request Handler/RequestHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ struct RequestHandler {

decoder.keyDecodingStrategy = request.keyDecodingStrategy
decoder.dateDecodingStrategy = request.dateDecodingStrategy

let jsonObject = try JSONSerialization.jsonObject(with: byteBuffer)
print(jsonObject)

do {
return try decoder.decode(T.self, from: byteBuffer)
Expand Down

0 comments on commit e40c861

Please sign in to comment.