Skip to content

Commit 2edaf28

Browse files
Remove redundant authentication logging in App component
1 parent b28137c commit 2edaf28

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ function App() {
5151
const createCounter = async () => {
5252
// Ensure user is authenticated before creating counter
5353
if (!userID) {
54-
console.log("No user ID, attempting to authenticate...");
55-
// await fetchUserID();
56-
5754
// If still no userID after fetch, don't proceed
5855
if (!userID) {
5956
console.error("Cannot create counter: No authenticated user");

0 commit comments

Comments
 (0)