Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap committed Jan 23, 2020
1 parent 4028269 commit ef7f08d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/client.js
Expand Up @@ -29,7 +29,6 @@ var StreamClient = function() {
* Client to connect to Stream api
* @class StreamClient
*/
console.log('test')
this.initialize.apply(this, arguments);
};

Expand Down

0 comments on commit ef7f08d

Please sign in to comment.