Skip to content

Commit

Permalink
remove redundant owig price log
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rbik committed Nov 7, 2023
1 parent 2516965 commit 3f64707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def _update_owig_price(self):
TokenPrices.update_token_prices_set(wrapped_native_coin.address)

o_wig_price_in_usd = o_wig_price_in_eth * wrapped_native_coin.price
print("oWIG price in USD: ", o_wig_price_in_usd)

return o_wig_price_in_usd

@classmethod
Expand Down

0 comments on commit 3f64707

Please sign in to comment.