Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Sep 24, 2023
1 parent 2750138 commit a01c926
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions app/pods/components/product-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,12 @@
}
}
ol.hidden {
// avoid display: none so <ResponsiveImage> JS can use offsetWidth
overflow: hidden;
height: 0;
// visibility: hidden;
// display: none;
&.expanded {
overflow: auto;
height: auto;
// display: block;
}
& + .button.secondary.grey-border {
width: 100%;
Expand Down
4 changes: 0 additions & 4 deletions app/pods/components/responsive-image/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ 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 a01c926

Please sign in to comment.