Skip to content

Commit 772b757

Browse files
committed
Remove missed console
1 parent 8f15ff3 commit 772b757

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site/src/api/api.ts

-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ export const logout = async (): Promise<void> => {
138138
};
139139

140140
export const getAuthenticatedUser = async () => {
141-
console.log(
142-
"AXIOS DEFAULTS:",
143-
axios.defaults.baseURL,
144-
axios.defaults.headers.common,
145-
);
146141
const response = await axios.get<TypesGen.User>("/api/v2/users/me");
147142
return response.data;
148143
};

0 commit comments

Comments
 (0)