Skip to content

Commit 9c301c0

Browse files
author
Achyut Kumar M
committed
remove print
1 parent a8dc21e commit 9c301c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

GoInfoGame/GoInfoGame/AppQuestManager.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ class AppQuestManager {
143143
}
144144
print("Sending back items")
145145
print(allQuests)
146-
147-
print(nodeElements.filter({ $0.id == 1026105 }))
148-
146+
149147

150148
// get hidden ids from hiddenElements
151149
let hiddenIds = HiddenQuestManager.shared.hiddenQuests.map { $0.id }

0 commit comments

Comments
 (0)