afawcett / apex-toolingapi

Apex wrapper for the Salesforce Tooling API
BSD 3-Clause "New" or "Revised" License
134 stars 98 forks source link

remove remove call #35

Closed frontendloader closed 9 years ago

frontendloader commented 9 years ago

This remove call causes every other record to be output when querying. See https://gist.github.com/frontendloader/749c19bd45d5515d1337 If for some reason this is necessary, will need to iterate in reverse.

afawcett commented 9 years ago

@dancinllama your thoughts on this change please? :+1:

dancinllama commented 9 years ago

This looks good to me. I'm not sure why the remove was there in the first place. ¯(ツ)

I talked with frontendloader on IRC and taking his word on that there were no found ramifications of removing the remove call.