Skip to content

Commit

Permalink
remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shahronak47 committed Jul 3, 2023
1 parent 7751ed5 commit 154e3f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/exdata/shinyRatingsBinding.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ $.extend(shinyRatingsInputBinding, {
/* Get default value */
var data = JSON.parse(el.getAttribute('data'));
var n = data.n;
console.log(n);
/* Manually set the check property to TRUE for default number of stars */
var count = 0
$(el).find("input").each(function(inputitem){
Expand Down

0 comments on commit 154e3f6

Please sign in to comment.