Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Sep 24, 2023
1 parent 66dcd91 commit 2750138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/pods/components/responsive-image/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ export default class ResponsiveImageComponent extends Component {
} else {
const pixelRatio = this.window.devicePixelRatio();

// if (this.path.includes('/IF-920/')) {
// debugger;
// }

return this.imageElement.offsetWidth * pixelRatio;
}
}
Expand Down

0 comments on commit 2750138

Please sign in to comment.