ga4gh / vrs

Extensible specification for representing and uniquely identifying biological sequence variation
https://vrs.ga4gh.org
Apache License 2.0
80 stars 34 forks source link

remove commented out code in vrs-source.yaml #502

Closed korikuzma closed 4 months ago

korikuzma commented 4 months ago

Similar to this issue in cat-vrs.

vrs-source.yaml contains a bit of commented out code and I think it should be deleted.

There are also places, such as this, where we might need it later. In these situations, it's not always clear why code is commented out or what changes need to be made in order for it to be uncommented out.

I am proposing to remove out commented code to help keep our codebase clean. If there are places where code is commented out that we might need later, I would suggest creating an issue for it to address later.

korikuzma commented 4 months ago

@larrybabb thanks for removing most of the commented out code! I'm going to make a PR to remove one final TODO