Skip to content

Commit

Permalink
KERN-2083 Remove log noise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Davis committed Jul 30, 2011
1 parent eb27806 commit 74fcfda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sling.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def createHttp(uri)
end

def sendRequest(uri, req)
@log.warn("uri = #{uri}")
# Not all browsers take port number into account when setting cookies.
isSlingReq = uri.host && (uri.host == @serveruri.host)
if (isSlingReq)
Expand Down

0 comments on commit 74fcfda

Please sign in to comment.