Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wg committed May 21, 2024
1 parent 63f5c83 commit 092649b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const ActiveUserList = ({ sessions, loggedInUser }: Props) => {
<tbody>
{sortedSessions.map(session => {
const startTime = new Date(session.startTime);
console.log(session);

return (
<tr
Expand Down

0 comments on commit 092649b

Please sign in to comment.