Skip to content

Commit 1930def

Browse files
Merge pull request #47 from taeh98/master
Removed console.log colour printing
2 parents 82c328d + 6b92280 commit 1930def

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)