Skip to content

Commit 142c1f3

Browse files
committed
Removed unnecessary log
1 parent d698dd1 commit 142c1f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ruby_llm/connection.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def initialize(provider, config)
1919
end
2020

2121
def post(url, payload)
22-
RubyLLM.logger.debug "POST #{url} with payload: #{payload.inspect}"
2322
body = payload.is_a?(Hash) ? JSON.generate(payload, ascii_only: false) : payload
2423
@connection.post url, body do |req|
2524
req.headers.merge! @provider.headers(@config) if @provider.respond_to?(:headers)

0 commit comments

Comments
 (0)