Skip to content

Commit 3f5f8a8

Browse files
committed
remove print statements
1 parent 07c6e79 commit 3f5f8a8

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

GoInfoGame/GoInfoGame/quests/BusStopLit/BusStopLitForm.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ struct BusStopLitForm: View, QuestForm {
3838
}, onConfirm: {
3939
self.isShowingAreYouSure = false
4040
self.action?(selectedAnswer)
41-
print("Answer is: \(selectedAnswer)")
4241
})
4342
.zIndex(1)
4443
}

GoInfoGame/GoInfoGame/quests/Handrail/HandRailForm.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ struct HandRailForm: View, QuestForm {
3535
}, onConfirm: {
3636
self.isShowingAreYouSure = false
3737
self.action?(selectedAnswer)
38-
print("Answer is: \(selectedAnswer)")
3938
})
4039
.zIndex(1)
4140
}

GoInfoGame/GoInfoGame/quests/TactilePavingSteps/TactilePavingStepsForm.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ struct TactilePavingStepsForm: View, QuestForm {
4646
}, onConfirm: {
4747
self.isShowingAreYouSure = false
4848
self.action?(selectedAnswer)
49-
print("Answer is: \(selectedAnswer)")
5049
})
5150
.zIndex(1)
5251
}

GoInfoGame/GoInfoGame/quests/WayLit/WayLitForm.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ struct WayLitForm: View, QuestForm {
3737
}, onConfirm: {
3838
self.isShowingAreYouSure = false
3939
self.action?(selectedAnswer)
40-
print("Answer is: \(selectedAnswer)")
4140
})
4241
.zIndex(1)
4342
}

0 commit comments

Comments
 (0)