Skip to content

Commit 404adb3

Browse files
committedDec 15, 2018
console.log delete
1 parent 721d29b commit 404adb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/script/TableBuilder.js

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ export default class TableBuilder {
210210
if (Array.isArray(tableDataInJson)) {
211211
properties = this.getAllObjectProperties(tableDataInJson);
212212
headerClasses = this.getHeaderClasses(tableDataInJson, properties)
213-
console.log(headerClasses)
214213
tableHeader =
215214
'<table class="table table-striped table-bordered cell-border" id="' +
216215
this.tableIdString +

0 commit comments

Comments
 (0)