Skip to content

Commit

Permalink
#782 Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 23, 2020
1 parent 7ca9016 commit 517098f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/badge/BadgeDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const BadgeDirective = {

if (binding.value != null) {
badge.appendChild(document.createTextNode(binding.value));
console.log(String(binding.value).length)

if (String(binding.value).length === 1) {
DomHandler.addClass(badge, 'p-badge-no-gutter');
Expand Down

0 comments on commit 517098f

Please sign in to comment.