Remove stray console logs
This commit is contained in:
parent
9f6a8e5e73
commit
566faf61d2
1 changed files with 0 additions and 2 deletions
|
|
@ -85,13 +85,11 @@ export class DotDungeonIncrementer extends HTMLElement {
|
|||
};
|
||||
|
||||
#increment() {
|
||||
console.log(`increment event`);
|
||||
this.#input.value++;
|
||||
this.#updateValue();
|
||||
};
|
||||
|
||||
#decrement() {
|
||||
console.log(`decrement event`);
|
||||
this.#input.value--;
|
||||
this.#updateValue();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue