@params['user'].delete('form') - what does this do?

Trying to understand SaltedHashLoginGenerator and came across this line
in a controller action. What does the delete('form) do?

Thanks!