Skip to content

Commit

Permalink
remove redundant console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Apr 25, 2021
1 parent c466f79 commit 1e10a40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/js/tabulator_esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18157,7 +18157,6 @@ class VirtualDomHorizontal extends Renderer{

initialize(){
this.compatabilityCheck();
console.log("INIT");
}

compatabilityCheck(){
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/js/core/rendering/renderers/VirtualDomHorizontal.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default class VirtualDomHorizontal extends Renderer{

initialize(){
this.compatabilityCheck();
console.log("INIT")
}

compatabilityCheck(){
Expand Down

0 comments on commit 1e10a40

Please sign in to comment.