Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujanadh committed Nov 13, 2024
1 parent 12943a4 commit 83060d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/api/CreateProjectService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const CreateProjectService = (
}

// Generate project files
console.log('additional entity', [additionalFeature?.name?.split('.')?.[0]]);
const generateProjectFile = await dispatch(
GenerateProjectFilesService(
`${import.meta.env.VITE_API_URL}/projects/${projectId}/generate-project-data`,
Expand Down

0 comments on commit 83060d5

Please sign in to comment.