Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mhd-hi committed May 10, 2024
1 parent 75c0f97 commit ac9b8db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pdf/pdf-parser/horaire/horaire-cours.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Period } from './Period';

@Injectable()
export class HoraireCoursService {
// private readonly START_PAGE_CONTENT_Y_AXIS = 14.019;
private readonly END_PAGE_CONTENT_Y_AXIS = 59;
private readonly PREALABLE_X_AXIS = 29.86;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { Row } from './Row';

@Injectable()
export class PlanificationCoursService {
// private readonly COURS_X_AXIS = 1.648;
private readonly BORDER_OFFSET = 0.124;

private courseCodeValidationPipe = new CourseCodeValidationPipe();
Expand Down

0 comments on commit ac9b8db

Please sign in to comment.