diff --git a/carbon/helpers/strategy.py b/carbon/helpers/strategy.py index faceeae6..78dc4591 100644 --- a/carbon/helpers/strategy.py +++ b/carbon/helpers/strategy.py @@ -72,7 +72,7 @@ def rescale_strat(self, newspot=100, oldspot=100, force=False): """ if not self.rescale: if not force: - print("[rescale_strat] not rescaling", newspot, oldspot, self) + #print("[rescale_strat] not rescaling", newspot, oldspot, self) return _copy(self) else: print("[rescale_strat] forcing rescale", newspot, oldspot, self) diff --git a/carbon/simulators/carbon_simulator.py b/carbon/simulators/carbon_simulator.py index d6cf52cb..c166ac53 100644 --- a/carbon/simulators/carbon_simulator.py +++ b/carbon/simulators/carbon_simulator.py @@ -200,7 +200,8 @@ def _add_order_sell_tkn( #print("[_add_order_sell_tkn] y_int", y_int) #assert y_int is None, "yint != None not operational yet" if not y_int is None: - print("[_add_order_sell_tkn] WARNING. YINT != 0 NOT FULLY OPERATIONAL") + #print("[_add_order_sell_tkn] WARNING. YINT != 0 NOT FULLY OPERATIONAL") + pass # create order tracking ids if id1 is None: id1 = self._posid