Skip to content

Commit

Permalink
Comment clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed Oct 19, 2015
1 parent 82165a8 commit a7984e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions web/app/components/Wallet/WalletCreate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,8 @@ class CreateNewWallet extends Component {
// Allow only valid file name characters
if( /[^a-z0-9_-]/.test(value) ) return
}
//TODO BrainKeyCreate.jsx
//key.suggest_brain_key(key.browserEntropy())
//if(key_id === "brainkey") {
// value = value.toUpperCase()
// value = value.split(/[\t\n\v\f\r ]+/).join(" ")
//}

// Set state is done directly because validate is going to
// Set state is updated directly because validate is going to
// require a merge of new and old state
this.state[key_id] = value
this.setState(this.state)
Expand Down

0 comments on commit a7984e6

Please sign in to comment.