Remove debug statement
This commit is contained in:
parent
a19f3e61f9
commit
f808c2a9cc
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ export class SlideShow extends UIElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
InnerRender(): string {
|
InnerRender(): string {
|
||||||
console.log("Inner rendering")
|
|
||||||
if (this._embeddedElements.data.length == 0) {
|
if (this._embeddedElements.data.length == 0) {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue