Remove debugging print
This commit is contained in:
@@ -40,7 +40,6 @@ class EvePraisal:
|
|||||||
name = 'evepraisal'
|
name = 'evepraisal'
|
||||||
|
|
||||||
def __init__(self, priceMap, system, fetchTimeout):
|
def __init__(self, priceMap, system, fetchTimeout):
|
||||||
print(priceMap)
|
|
||||||
# Try selected system first
|
# Try selected system first
|
||||||
self.fetchPrices(priceMap, max(2 * fetchTimeout / 3, 2), system)
|
self.fetchPrices(priceMap, max(2 * fetchTimeout / 3, 2), system)
|
||||||
# If price was not available - try globally
|
# If price was not available - try globally
|
||||||
|
|||||||
Reference in New Issue
Block a user