From 154e3f68e5738cd7a3deb148f0ed500845a27979 Mon Sep 17 00:00:00 2001 From: Ronak Shah Date: Mon, 3 Jul 2023 09:56:26 +0800 Subject: [PATCH] remove console.log statement --- inst/exdata/shinyRatingsBinding.js | 1 - 1 file changed, 1 deletion(-) diff --git a/inst/exdata/shinyRatingsBinding.js b/inst/exdata/shinyRatingsBinding.js index de936e6..e31742f 100644 --- a/inst/exdata/shinyRatingsBinding.js +++ b/inst/exdata/shinyRatingsBinding.js @@ -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){