Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juni-haukur committed Jun 10, 2024
1 parent 70309a1 commit 99181eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
import { m } from '../lib/messages'

export const getInstructorRegistrations = (allowBELicense = false): Form => {
console.log(allowBELicense)
return buildForm({
id: 'InstructorRegistrationsTemplate',
title: '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const InstructorRegistrationsTemplate: ApplicationTemplate<
const getForm = await import(
'../forms/instructorRegistrations'
).then((val) => val.getInstructorRegistrations)
console.log(featureFlags)

return getForm(
featureFlags[DrivingLicenseFeatureFlags.ALLOW_BE_LICENSE],
Expand Down

0 comments on commit 99181eb

Please sign in to comment.