Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stjanilofts committed Oct 7, 2024
1 parent 2987733 commit 10a85b2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,6 @@ export class DrivingLicenseService {
token: string,
) {
if (type === 'B-full-renewal-65') {
const bla = await this.drivingLicenseApi.getCanApplyForRenewal65({
token,
})
console.log('bla', bla)
return this.drivingLicenseApi.getCanApplyForRenewal65({
token,
})
Expand Down

0 comments on commit 10a85b2

Please sign in to comment.