Skip to content

Commit

Permalink
Fixed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aTorresJortilles committed Feb 16, 2024
1 parent f844a4e commit 3d9da9e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ export class EdaKpiComponent implements OnInit {
const width = this.kpiContainer.nativeElement.offsetWidth;
const height = this.kpiContainer.nativeElement.offsetHeight;
const elementReference = this.sufixContainer.nativeElement;

console.log("Padre width: ",width);
console.log("Padre height: ",height);


if( width > 0 ){
this.containerHeight = height ;
this.containerWidth = width ;
Expand Down

0 comments on commit 3d9da9e

Please sign in to comment.