Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Nov 4, 2019
1 parent 3b9d03a commit 38ffe9f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/app/components/local-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,6 @@ module.exports = class LocalPlugin {
<label class="form-check-label" for="${label}">${message}</label>
</div>`
}
// const radioLocations = (label, displayN) => {
// const radioButton = (this.profile.location === label)
// ? yo`<div class="radio">
// <label for="${label}">
// <input type="radio" name="location" onclick="${e => this.updateLoc(e)}" value="${label}" id="${label}" checked="checked" />${displayN}</label>
// </div>`
// : yo`<div class="radio">
// <label for="${label}">
// <input type="radio" name="location" onclick="${e => this.updateLoc(e)}" value="${label}" id="${label}" />${displayN}</label>
// </div>`
// return yo`<div>
// ${radioButton}
// </div>`
// }

return yo`
<form id="local-plugin-form">
Expand Down

0 comments on commit 38ffe9f

Please sign in to comment.