Skip to content

Commit 6b92280

Browse files
authored
Removed console.log colour printing
In getPlaceholderColor() in InputSpinner.js; leads to repeated printing of "#99"
1 parent 82c328d commit 6b92280

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/InputSpinner.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,6 @@ class InputSpinner extends Component {
522522
let parse = parseColor(textColor);
523523
parse[3] = Math.round(0.6 * 255);
524524

525-
console.log(colorsToHex(parse));
526-
527525
return colorsToHex(parse);
528526
}
529527

0 commit comments

Comments
 (0)