From 19c09a71bee13f6d44248e45e2d3f08eed194426 Mon Sep 17 00:00:00 2001 From: Rose Heart Date: Sat, 23 Sep 2023 13:37:07 +0000 Subject: [PATCH] Removed diagnostics code from CCXT ticker. Changes to be committed: modified: Base/Library/JRRccxt.py --- Base/Library/JRRccxt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/Library/JRRccxt.py b/Base/Library/JRRccxt.py index 193d16b..38f780a 100755 --- a/Base/Library/JRRccxt.py +++ b/Base/Library/JRRccxt.py @@ -318,7 +318,6 @@ def GetTicker(self,**kwargs): if self.Broker.has['fetchTickers']==True: self.Results=self.API("fetch_ticker",**kwargs) - print(self.Results) bid=self.Results['bid'] ask=self.Results['ask'] else: