anear-js-api 1.6.3 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,8 +93,6 @@ class RealtimeMessaging {
93
93
 
94
94
  const clientOptions = this.ablyClientOptions(appId)
95
95
 
96
- logger.debug("[RTM] Ably Client Options", clientOptions)
97
-
98
96
  this.ablyRealtime = new Ably.Realtime(clientOptions)
99
97
 
100
98
  this.ablyRealtime.connection.on((stateChange) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anear-js-api",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "Javascript Developer API for Anear Apps",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {