Skip to content

Commit

Permalink
removed console .log
Browse files Browse the repository at this point in the history
  • Loading branch information
gbisurgi committed Apr 30, 2020
1 parent 6cbcdc0 commit e160d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/themes/bootstrap4.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export class bootstrap4Theme extends AbstractTheme {
}
}

console.log(label.innerText)
const unique = label.innerText
label.setAttribute('for', unique)
input.setAttribute('id', unique)
Expand Down

0 comments on commit e160d84

Please sign in to comment.