Remove extra comment

This commit is contained in:
Ian Philips 2022-07-15 08:47:19 -06:00
parent dd9d24e657
commit d54a72c431

View File

@ -210,7 +210,6 @@ export default function Sidebar(props: { className?: string }) {
useEffect(() => {
if (!user) return
// set ping time to now every 60 seconds to indicate that the user is active
const pingInterval = setInterval(() => {
updateUser(user.id, {
lastPingTime: Date.now(),