Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Sep 20, 2023
1 parent b96612e commit 609dbee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/dashboard/src/user-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const UserContextProvider: React.FC = ({ children }) => {
// If user has changed clear cache
// Ignore the case where user hasn't been set yet - initial load
if (user && user?.id !== updatedUser.id) {
console.log("user changed, clearing query cache");
client.clear();
}
setUser(updatedUser);
Expand Down

0 comments on commit 609dbee

Please sign in to comment.