Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekX committed Oct 24, 2018
1 parent b8ca80e commit 134baf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function setRenderer(name, callback) {
function getDefaultRenderers() {
return {
html: function(boundElement, forElement) {
console.log(boundElement, forElement);
forElement.innerHTML = String(boundElement.getValue());
},
text: function(boundElement, forElement) {
Expand Down

0 comments on commit 134baf6

Please sign in to comment.