Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fa99cc

Browse filesBrowse files
author
Devendra
committed
removed debug messages
1 parent f6eef49 commit 9fa99cc
Copy full SHA for 9fa99cc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎scala/src/com/pubnub/examples/PubnubDevConsole.scala‎

Copy file name to clipboardExpand all lines: scala/src/com/pubnub/examples/PubnubDevConsole.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ object PubnubDevConsole {
107107
notifyUser("SUBSCRIBE : ERROR on channel " + channel
108108
+ " : " + error.toString())
109109
error.errorCode match {
110-
case PubnubError.PNERR_FORBIDDEN => { pubnub.unsubscribe(channel); println("forbidden");}
111-
case PubnubError.PNERR_UNAUTHORIZED => {pubnub.unsubscribe(channel); println("unauthorized");}
110+
case PubnubError.PNERR_FORBIDDEN => { pubnub.unsubscribe(channel);}
111+
case PubnubError.PNERR_UNAUTHORIZED => {pubnub.unsubscribe(channel);}
112112
}
113113
}
114114
})

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.