Skip to content

Commit

Permalink
Removes log
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Sep 23, 2020
1 parent f9c2423 commit 0eb6bb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Networking/NetworkingRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ public class NetworkingRequest: NSObject {
request.httpBody = percentEncodedString().data(using: .utf8)
case .json:
let jsonData = try? JSONSerialization.data(withJSONObject: params)
print(jsonData)
request.httpBody = jsonData
}
}
Expand Down

0 comments on commit 0eb6bb4

Please sign in to comment.