Skip to content

Commit 58395a0

Browse files
committed
Merge branch 'release/0.0.6-beta'
2 parents bd709e4 + 2cecd77 commit 58395a0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqtt-elements",
3-
"version": "0.0.5-beta",
3+
"version": "0.0.6-beta",
44
"homepage": "https://github.com/mqttjs/mqtt-elements",
55
"description": "Polymer elements for MQTT",
66
"main": "mqtt-elements.html",

mqtt-connection.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@
440440
},
441441

442442
_createClientDebounce: function(mqtt){
443-
console.log("_createClientDebounce", this.options);
444443
if (this.options.clientId && this.options.clientId.length == 0){
445444
this.set("options.clientId", this._generateClientId());
446445
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqtt-elements",
3-
"version": "0.0.5-beta",
3+
"version": "0.0.6-beta",
44
"description": "Polymer elements for MQTT",
55
"main": "mqtt-elements.html",
66
"directories": {

0 commit comments

Comments
 (0)