Skip to content

Commit

Permalink
Update print-resize.js (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokd authored Apr 12, 2023
1 parent 579d14e commit 3002196
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controls/print/print-resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,6 @@ export default function PrintResize(options = {}) {
} else if (features) {
features.forEach(feature => {
const featureStyle = feature.getStyle();
console.log(featureStyle);
console.log(styleName);
if (styleName === 'origoStylefunction' || styleName === 'default') {
feature.set('styleScale', 1);
} else if (featureStyle) {
Expand Down

0 comments on commit 3002196

Please sign in to comment.