@@ -480,7 +480,6 @@ function getCellTextColor(dateCell: DateCell): string {
*/
function getCellBgColor(dateCell: DateCell): string {
- console.log(bgSelectedColor.value);
if (dateCell.isSelected) {
return bgSelectedColor.value;
}