Skip to content

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Oct 11, 2024
1 parent 2714d38 commit 13e9e03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/routes/thesis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const fetchThesisById = async (id: string, user: UserType) => {
}

const createThesis = async (thesisData: ThesisData, t: Transaction) => {
console.log('thesisData', thesisData)
const createdThesis = await Thesis.create(thesisData, { transaction: t })

const extUsers = await getAndCreateExtUsers(thesisData, t)
Expand Down

0 comments on commit 13e9e03

Please sign in to comment.