Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Jul 30, 2024
1 parent 8d3454e commit 3ca0e69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/renderer/renderer-attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export default class AttributeRenderer extends Renderer {
arguments[1] :
toAttributeString(arguments) ;

console.log('RENDER ATTR', this.name, this.property, value, this.singleExpression, strings, arguments);

return this.property ?
setProperty(this.element, this.property, value) :
setAttribute(this.element, this.name, value) ;
Expand Down

0 comments on commit 3ca0e69

Please sign in to comment.