Remove unused function

This commit is contained in:
Thomas Lovén 2018-08-16 00:32:04 +02:00
parent c144aa2f9e
commit 0576e46671

View File

@ -39,10 +39,6 @@ class SliderEntityRowSlider extends Polymer.Element {
customElements.define('slider-entity-row-slider', SliderEntityRowSlider);
class SliderEntityRow extends HTMLElement {
static get template() {
console.log("Template");
}
constructor() {
super();
this.attachShadow({mode:'open'});