Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed Feb 6, 2024
1 parent d92d0fc commit 3dc7bcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,6 @@ export default {
}
const project = this.projectToSend
console.log('saving new project: ')
console.log(project)
// Make sure all warnings are false, otherwise don't create the project.
if (Object.values(this.warn).every(x => !x)) {
Expand Down

0 comments on commit 3dc7bcf

Please sign in to comment.