mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix: remove debug logging
This commit is contained in:
parent
aecc82576a
commit
f56218602e
6 changed files with 0 additions and 25 deletions
|
|
@ -34,7 +34,6 @@ function useProvideAuth(): AuthContext {
|
|||
useEffect(() => {
|
||||
(async () => {
|
||||
try {
|
||||
console.log("before calling getUsersMe");
|
||||
const currentUser = await getUsersMe();
|
||||
setUser(currentUser);
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue