Hacker News new | ask | show | jobs
by ag_47 3407 days ago
Another less 'relevant' result:

  -    acceptHandshake = params.pass == PASSWORD
  +    acceptHandshake = true//params.pass == PASSWORD
1 comments

That just seems like a guy testing his authorization code. I would expect the next commit to put it back to its functional state.
Like 'Revert "remove password"'? ;-)