Skip to content

Commit

Permalink
Remove unsual print debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermolas committed Jan 13, 2020
1 parent 67eac37 commit 9234987
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions RMHttp/Classes/RMRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ open class RMRequest {
self.urlRequest.httpBody = data
}

public func addForm(params: [String : Any]) {
print(parameters)
}

// Custom Session config
public func setSession(config: URLSessionConfiguration) {
sessionConfig = config
Expand Down

0 comments on commit 9234987

Please sign in to comment.