Skip to content

Commit

Permalink
refactor: Remove log usage in embedded components (#9254)
Browse files Browse the repository at this point in the history
8d012f7 removed some log and converted others into debug
but log in disconnectedCallback was left.
  • Loading branch information
alvarezguille authored Oct 28, 2020
1 parent f4d34f9 commit a044f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class _TagCamel_ extends HTMLElement {
disconnectedCallback() {
this.$server.disconnected();

console.log("disconnected", this);
console.debug("disconnected", this);
}

serverConnected() {
Expand Down

0 comments on commit a044f5d

Please sign in to comment.