Console logging

This commit is contained in:
Pieter Vander Vennet 2020-11-02 12:38:04 +01:00
parent 6118d734c0
commit 4f3135caef
6 changed files with 10 additions and 16 deletions

View file

@ -31,12 +31,8 @@ export class ImageCarousel extends UIElement{
this.slideshow = new SlideShow(uiElements).HideOnEmpty(true);
}
InnerRender(): string {
return this.slideshow.Render();
}
IsKnown(): boolean {
return true;
}
}