Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Connum committed Apr 16, 2024
1 parent 973a6a8 commit 18b2f77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function updateVariationOptions() {
// decide whether to allow float steps for the range slider
// always enable for uppercase tags or tags ending with spaces
const floatSteps = isFloat(a.minValue) || isFloat(a.defaultValue) || isFloat(a.maxValue) || /^[A-Z]{0,4}\s*$/.test(a.tag);
console.log(isFloat(a.minValue) || isFloat(a.defaultValue) || isFloat(a.maxValue) || /^[A-Z]{0,4}\s*$/.test(a.tag))
let label = a.name?.en;
if(label) {
label += ` (${a.tag.trim()})`;
Expand Down

0 comments on commit 18b2f77

Please sign in to comment.