Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriohc authored Jun 8, 2019
1 parent 079e8cf commit e18a3b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ Eler.prototype.exists = function() {
Eler.prototype.addClass = function(className) {
if (this.element) {
this.element.classList.add(className);
console.log('Class added: ' + className);
}

return this;
Expand Down

0 comments on commit e18a3b5

Please sign in to comment.