Skip to content

Commit

Permalink
Print
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Miller authored and Michael Miller committed Aug 31, 2022
1 parent d6a1515 commit 55b04a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Courier/Tasks/CourierTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class CourierTask {
let userAgent = "\(Courier.agent.rawValue)/\(Courier.version)"
req.setValue(userAgent, forHTTPHeaderField: "User-Agent")

print(userAgent)

task = session.dataTask(with: req) { (data, response, error) in

do {
Expand Down

0 comments on commit 55b04a6

Please sign in to comment.