Skip to content

Commit bf7e667

Browse files
committed
removed debug code
1 parent 93faa7c commit bf7e667

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GoInfoGame/GoInfoGame/Network/APIEndPoint.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ struct APIEndpoint {
4242
let header = [
4343
"X-Workspace": workspaceID
4444
]
45-
// return APIEndpoint(path: "/map.json?bbox=\(left.roundedTo7Digits()),\(bottom.roundedTo7Digits()),\(right.roundedTo7Digits()),\(top.roundedTo7Digits())", method: "GET", body: nil, headers: header, formData: nil) }
46-
return APIEndpoint(path: "/map.json?bbox=-122.29450036035176,47.66156061989403,-122.26665673137849,47.69879871842322", method: "GET", body: nil, headers: header, formData: nil) }
45+
return APIEndpoint(path: "/map.json?bbox=\(left.roundedTo7Digits()),\(bottom.roundedTo7Digits()),\(right.roundedTo7Digits()),\(top.roundedTo7Digits())", method: "GET", body: nil, headers: header, formData: nil) }
4746

4847
static let openChangesets = { (accessToken: String, workspaceId:String ,body: Data) in
4948

0 commit comments

Comments
 (0)