Skip to content

Commit

Permalink
Merge pull request alpacahq#29 from alpacahq/remove-print
Browse files Browse the repository at this point in the history
Remove unintended print
  • Loading branch information
umitanuki authored Sep 20, 2018
2 parents cc05ced + b0da1de commit feb9346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alpaca_trade_api/polygon/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _cast(self, subject, data):
"s": "start",
"e": "end",
}
print(data)
ent = Agg({map[k]: v for k, v in data.items() if k in map})
else:
ent = Entity(data)
Expand Down

0 comments on commit feb9346

Please sign in to comment.