Skip to content

Commit 18b2559

Browse files
committed
Remove print()
1 parent b20a2d1 commit 18b2559

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bitshares/dex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def list_debt_positions(self, account=None):
115115
latest = Market("{}:{}".format(base["symbol"], quote["symbol"])).ticker()[
116116
"latest"
117117
]
118-
print(latest)
119118
r[quote["symbol"]] = {
120119
"collateral": collateral_amount,
121120
"debt": debt_amount,

0 commit comments

Comments
 (0)