We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28137c commit 2edaf28Copy full SHA for 2edaf28
1 file changed
src/App.tsx
@@ -51,9 +51,6 @@ function App() {
51
const createCounter = async () => {
52
// Ensure user is authenticated before creating counter
53
if (!userID) {
54
- console.log("No user ID, attempting to authenticate...");
55
- // await fetchUserID();
56
-
57
// If still no userID after fetch, don't proceed
58
59
console.error("Cannot create counter: No authenticated user");
0 commit comments