Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWesterlund committed Mar 30, 2022
1 parent 4ae5fa3 commit 091f4ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/module/Configurator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export class Configurator {
addAccessories() {
const accessories = this.filterCables(([pid, prop]) => prop.argument === "noLength");

console.log(accessories);
for(const accessory of Object.values(accessories)) {
this.UI.accessories.children[0].insertAdjacentHTML("beforeend", this.addItem(accessory));
}
Expand Down

1 comment on commit 091f4ea

@VictorWesterlund
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoopsie

Please sign in to comment.