Remove console log
This commit is contained in:
@@ -5,7 +5,6 @@ import ColorHash from "color-hash";
|
||||
const colorHash = new ColorHash({ lightness: 0.3 });
|
||||
|
||||
export function Facepile({ participants }) {
|
||||
console.log(participants);
|
||||
return (
|
||||
<div
|
||||
className={styles.facepile}
|
||||
|
||||
Reference in New Issue
Block a user