remove stray print
This commit is contained in:
parent
98f0d14e05
commit
cf5b014757
@ -74,7 +74,6 @@ class Uptime(Transformer):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
flav = helpers.flavor_name(last_flavor['counter_volume'])
|
flav = helpers.flavor_name(last_flavor['counter_volume'])
|
||||||
print flav
|
|
||||||
usage_dict[flav] = usage_dict[flav] + diff.seconds
|
usage_dict[flav] = usage_dict[flav] + diff.seconds
|
||||||
except KeyError:
|
except KeyError:
|
||||||
usage_dict[flav] = diff.seconds
|
usage_dict[flav] = diff.seconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user