Skip to content

Commit

Permalink
Merge pull request #14 from netpieio/dev
Browse files Browse the repository at this point in the history
remove debug message
  • Loading branch information
chavee authored Dec 19, 2016
2 parents 90ea08f + 803aa2d commit 30aa934
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions microgear.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Microgear-HTML5 communicates over TLS by default
* If you want to disable TLS, set USETLS to false
*/
const VERSION = '1.1.1';
const VERSION = '1.1.2';
const GEARAPIADDRESS = 'ga.netpie.io';
const GEARAPIPORT = '8080';
const GEARAPISECUREPORT = '8081';
Expand Down Expand Up @@ -843,9 +843,6 @@ Paho.MQTT = (function (global) {
};

ClientImpl.prototype.subscribe = function (filter, subscribeOptions) {

console.log('@@@ sub +++++ '+filter+' +++++++++ ');

this._trace("Client.subscribe", filter, subscribeOptions);

if (!this.connected)
Expand Down Expand Up @@ -3002,9 +2999,6 @@ Microgear.create = function(param) {
self.setalias(self.gearalias);
}

console.log('@@@ sub list ---> ');
console.dir(self.subscriptions);

self.emit('connected');

var timer = setInterval(function() {
Expand Down

0 comments on commit 30aa934

Please sign in to comment.