diff --git a/src/views/LandingPages/Project/EditProject.vue b/src/views/LandingPages/Project/EditProject.vue index b1a1d4f..797ac9a 100644 --- a/src/views/LandingPages/Project/EditProject.vue +++ b/src/views/LandingPages/Project/EditProject.vue @@ -17,12 +17,6 @@ const projectId = ref(null); const route = useRoute(); -// const getProfile = async () => { -// const profileDataRecieved = await axios.get(`http://somebodyhire.me/api/profile/${userId.value}/`); -// profileData.value = processProfileData(profileDataRecieved.data); -// }; - - axios.interceptors.request.use((request) => { debugText.value += '\n\nRequest:\n' + JSON.stringify(request, null, 2); return request;