Skip to content

Commit

Permalink
CRRAINB-1729: Remove console.log in channels
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed Feb 2, 2018
1 parent 7ecca01 commit 8c11845
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Here is the list of the changes and features provided by the **Rainbow-Node-SDK**

## [1.36.0] - 2018-02-04
## [1.36.1] - 2018-02-03
- #CRRAINB-1729: Remove log to console in channels service

## [1.36.0] - 2018-02-02
- #CRRAINB-1530: Stop XMPP connection correctly on `stop()`
- #CRRAINB-1534: Adapt channels API to changes from server
- #CRRAINB-1540: Add API `getMessagesFromChannel()` to retrieve messages from a channel
Expand Down
2 changes: 0 additions & 2 deletions lib/services/Channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,6 @@ class Channels {

this._rest.getChannels().then((listOfChannels) => {

console.log("Channels", listOfChannels);

// Hack waiting server change
let promises = [];

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rainbow-node-sdk",
"version": "1.36.0",
"version": "1.36.1",
"description": "Alcatel-Lucent Enterprise Rainbow SDK for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8c11845

Please sign in to comment.