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: