Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Feb 8, 2024
1 parent 4c1cb20 commit 4e857f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/get-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const adminFetchProjectsByAuthor = async (authorId) => {
try {
let url = `/projects?author=${authorId}`
const resp = await axiosServices.get(url)
console.log(resp);
const project = await resp.data
return project
} catch (err) {
Expand Down

0 comments on commit 4e857f7

Please sign in to comment.