Remove debug print statement from get_inventory function
This commit is contained in:
@@ -11,5 +11,4 @@ def get_inventory(slug=None):
|
|||||||
for pos in response:
|
for pos in response:
|
||||||
if pos and pos.get("slug") == slug:
|
if pos and pos.get("slug") == slug:
|
||||||
size += pos.get("size")
|
size += pos.get("size")
|
||||||
print(pos)
|
|
||||||
return round(size / 5)
|
return round(size / 5)
|
||||||
|
|||||||
Reference in New Issue
Block a user