Skip to content

Commit

Permalink
Removed unneccesary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
yashjagtap23 committed Dec 11, 2024
1 parent c571f09 commit 26ebaec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions HIAPI/Services/EventService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ public class EventService: BaseService {
var headers = HTTPHeaders()
headers["Authorization"] = userToken
print(APIRequest<Attendance>(service: self, endpoint: "staff/attendance/", body: body, headers: headers, method: .POST))
// Debugging Logs
print("Preparing API Request")
print("Endpoint: /staff/attendance/")
print("Request Body: \(body)")
print("Authorization Header: \(headers)")
return APIRequest<Attendance>(service: self, endpoint: "staff/attendance/", body: body, headers: headers, method: .POST)
}

Expand Down

0 comments on commit 26ebaec

Please sign in to comment.