Skip to content

Commit 9d9edfb

Browse files
committed
remove extra prints
1 parent 988b0d1 commit 9d9edfb

File tree

1 file changed

+1
-3
lines changed
  • ParseSwift.playground/Pages/11 - LiveQuery.xcplaygroundpage

1 file changed

+1
-3
lines changed

ParseSwift.playground/Pages/11 - LiveQuery.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ subscription.handleSubscribe { _ in
5454
}
5555

5656
//: This is how you register to receive notificaitons of events related to your LiveQuery.
57-
subscription.handleEvent { query, event in
58-
print(query)
59-
print(event)
57+
subscription.handleEvent { _, event in
6058
switch event {
6159

6260
case .entered(let object):

0 commit comments

Comments
 (0)