Skip to content

Commit

Permalink
fix: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Nov 22, 2024
1 parent d54b916 commit e3d91eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/ElevenLabsSwift/ElevenLabsSwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ public class ElevenLabsSDK {
initEvent["custom_llm_extra_body"] = customBody.mapValues { $0.jsonValue }
}

print("Sending init event: \(initEvent)") // Add logging to verify the structure

let jsonData = try JSONSerialization.data(withJSONObject: initEvent)
let jsonString = String(data: jsonData, encoding: .utf8)!
try await socket.send(.string(jsonString))
Expand Down

0 comments on commit e3d91eb

Please sign in to comment.