Skip to content

Commit

Permalink
Remove/reduce debug logging for embedded components (#5721)
Browse files Browse the repository at this point in the history
* Remove/reduce debug logging for embedded components
  • Loading branch information
Artur- authored and manolo committed May 22, 2019
1 parent df413ab commit 8d012f7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
} else if (flowRoot && flowRoot.$server) {
this.$server.reconnect();
}
console.log('connected', this);
console.debug('connected', this);
}

_registerElement(flowRoot) {
Expand Down Expand Up @@ -99,9 +99,7 @@ _TagCamel_.rootId = null;
_TagCamel_.id = 0;

function addRootElementEventListener(){
console.log("addRootElementEventListener");
document.body.addEventListener('root-element', function(event) {
console.log("root-element found, with id " + event.detail);
_TagCamel_.rootId = event.detail;
});
}
Expand Down

0 comments on commit 8d012f7

Please sign in to comment.