Clean up console.log

This commit is contained in:
Jordan Eldredge 2019-05-02 07:11:17 -07:00
parent 73f87be7c3
commit 756854eaec

View file

@ -13,7 +13,6 @@ export const characterClassName = (char: string | number) =>
const Character = React.memo(
({ children: char, className, ...passThrough }: Props) => {
console.log(char);
return (
<span
{...passThrough}