Skip to content

Commit

Permalink
removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Nov 29, 2024
1 parent 9128f36 commit c6eebcb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ const MonitoringOverview = ({ t, lang, faculties }) => {
const getFacultySummarySectionData = (section, faculty) => {
const answer = answers.find(a => a.programme === faculty)

console.log(answer)

if (answer && answer.data.selectedQuestionIds) {
const questionIds = section.parts.map(part => part.id)

Expand Down

0 comments on commit c6eebcb

Please sign in to comment.