mirror of https://github.com/snachodog/mybuddy.git
Remove print statement
This commit is contained in:
parent
11bb6163b7
commit
de186a7c56
|
@ -41,8 +41,6 @@ def pumping_amounts(objects):
|
|||
index_x += 1
|
||||
|
||||
traces = []
|
||||
print(amounts)
|
||||
print(len(date_totals.keys()))
|
||||
for i in range(0, len(amounts)-1):
|
||||
traces.append(
|
||||
go.Bar(
|
||||
|
|
Loading…
Reference in New Issue