[encrypted-media] Remove is-persistent-session-type-algorithm check from remove() algorithm

ddorwin has just created a new issue for 
https://github.com/w3c/encrypted-media:

== Remove is-persistent-session-type-algorithm check from remove() 
algorithm ==
In 
https://github.com/w3c/encrypted-media/issues/180#issuecomment-222194463,
 we decided to allow `remove()` to be called for all session types. 
4d5498e210e938f1c1d2fd4908bbeab2df7467be implemented handling of 
`"temporary"` sessions. However, it did not remove the 
`is-persistent-session-type-algorithm` check, meaning `"temporary"` 
sessions would still be rejected with a `TypeError`.

Removing this step should result in the desired behavior from the 
comment above.

Please view or discuss this issue at 
https://github.com/w3c/encrypted-media/issues/337 using your GitHub 
account

Received on Monday, 17 October 2016 19:04:00 UTC