Remove console log

This commit is contained in:
Robert Long 2021-10-04 15:44:28 -07:00
parent 6f2870340a
commit 67a3e76802

View File

@ -5,7 +5,6 @@ import ColorHash from "color-hash";
const colorHash = new ColorHash({ lightness: 0.3 }); const colorHash = new ColorHash({ lightness: 0.3 });
export function Facepile({ participants }) { export function Facepile({ participants }) {
console.log(participants);
return ( return (
<div <div
className={styles.facepile} className={styles.facepile}