mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 09:33:47 +00:00
Clean up console.log
This commit is contained in:
parent
73f87be7c3
commit
756854eaec
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue