meraki-analytics / lolstaticdata

Accurate League of Legends static data for champions and items
MIT License
63 stars 22 forks source link

remove unneeded error printed to console #56

Closed rdavis0 closed 1 year ago

rdavis0 commented 1 year ago

This "ERRRRROOOORRRRR" prints to the console every time an Ornn item has a property that doesn't exist on the mythic item it was built from. The property is then removed from the item within the except clause, so unless I'm mistaken, printing the error serves no purpose.