Skip to content

Commit 01fba71

Browse files
tradingview.py: removed stray ipdb.set_trace()
1 parent c89b74f commit 01fba71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/tradingview.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def add_price_feeds_to_initial_state(price_actions, initial_state) -> typing.Dic
9292

9393
price_feed_paths, tokens = get_price_feeds_tokens(initial_state)
9494

95-
import ipdb; ipdb.set_trace()
9695
price_actions = parse_price_feeds(token_symbols=tokens)
9796
initial_state_w_prices = add_price_feeds_to_initial_state(price_actions, initial_state)
9897
actions_w_prices = add_price_feeds_to_actions(actions)

0 commit comments

Comments
 (0)