Skip to content

Commit

Permalink
#49 01/31/2023 - Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
asthajn6 committed Jan 31, 2023
1 parent 479f161 commit bdac92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mybyte/pages/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Avatar, Card, CardBody, CardHeader } from "@material-tailwind/react";

const ProfilePage = () => {
const { user, userInfo } = useAuth();
console.log(user.uid);

return (
<ProtectedRoute>
<Card className="h-full">
Expand Down

0 comments on commit bdac92f

Please sign in to comment.