ezet / evelib

Eve Online Library.NET is an open source C# wrapper for CCPs Eve Online API and other popular Eve Online APIs.
Apache License 2.0
71 stars 36 forks source link

Remove redundant call to JsonConvert.DeserializeObject #109

Closed nathan-bell closed 7 years ago

nathan-bell commented 7 years ago

The string is being deserialized twice, the second time the result is not being used, therefore can be deleted. I guess was debugging code or something.