Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Oct 14, 2024
1 parent 79c0e6c commit 82664aa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion js/src/bootstrap5/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class BS5LocationWidget extends LocationWidget {
}

create_marker(lat, lon) {
console.log('XXXX')
return new BS5LocationWidgetMarker(this, lat, lon);
}
}
Expand Down
1 change: 1 addition & 0 deletions scss/bootstrap5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
border-top-right-radius: 0;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-top: 0;
border: 1px solid var(--bs-border-color);
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
border-top-right-radius: 0;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-top: 0;
border: 1px solid var(--bs-border-color);
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
Expand Down
1 change: 0 additions & 1 deletion src/yafowil/widget/location/resources/bootstrap5/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ var yafowil_location = (function (exports, $$1) {
super(elem);
}
create_marker(lat, lon) {
console.log('XXXX');
return new BS5LocationWidgetMarker(this, lat, lon);
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82664aa

Please sign in to comment.