Skip to content

Commit

Permalink
Delete forgotten console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Dec 18, 2023
1 parent a6b1e25 commit 1471f6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fontra/client/web-components/ui-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export class Form extends SimpleElement {
}
};
inputElement.onchange = (event) => {
console.log("onchange");
let value = parseFloat(inputElement.value);
if (!inputElement.reportValidity()) {
if (inputElement.min != undefined) {
Expand Down

0 comments on commit 1471f6c

Please sign in to comment.