aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-05-11 03:21:21 +0200
committerRobert Jaros <rjaros@finn.pl>2019-05-11 03:21:21 +0200
commit0f854be2619161f997b98aa9ad18459008b93afe (patch)
tree266dd292103d991dd85138df53d55a6a903607fb /kvision-modules
parent7550bcabe74c6adfef702bc9dbb4ed5f0bb178d6 (diff)
downloadkvision-0f854be2619161f997b98aa9ad18459008b93afe.tar.gz
kvision-0f854be2619161f997b98aa9ad18459008b93afe.tar.bz2
kvision-0f854be2619161f997b98aa9ad18459008b93afe.zip
Remove forgotten debug info from code.
Diffstat (limited to 'kvision-modules')
-rw-r--r--kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Options.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Options.kt b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Options.kt
index 055cd88d..3c2675cc 100644
--- a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Options.kt
+++ b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Options.kt
@@ -402,7 +402,6 @@ fun ColumnDefinition.toJs(i18nTranslator: (String) -> (String)): Tabulator.Colum
val rootElement = document.createElement("div") as HTMLElement
onRendered {
val root = Root(element = rootElement)
- console.log("root created")
@Suppress("UnsafeCastFromDynamic")
root.add(component)
cell.checkHeight()