Skip to content

Commit 82bfbb2

Browse files
bug fix
1 parent bb406f4 commit 82bfbb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IconChanger/Request.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class MyQueryRequestController {
101101
}
102102

103103
let json = try JSON(data: data)
104-
print(json)
105104
let res = json["hits"].arrayValue.compactMap { hit in
106105
if let lowResPngUrl = hit["lowResPngUrl"].url, let icnsUrl = hit["icnsUrl"].url {
107106
return IconRes(appName: hit["appName"].stringValue, icnsUrl: icnsUrl, lowResPngUrl: lowResPngUrl, downloads: hit["downloads"].intValue)

0 commit comments

Comments
 (0)