Skip to content

Commit

Permalink
delete console log
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-access committed Apr 23, 2024
1 parent 1fab382 commit 13b28d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geo/src/lib/print/shared/print.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class PrintService {
format: paperFormat.toLowerCase(),
unit: 'mm' // default
});
console.log('sss', doc.getFontList());

const dimensions = [
doc.internal.pageSize.width,
doc.internal.pageSize.height
Expand Down

0 comments on commit 13b28d6

Please sign in to comment.